From c178cf8df0fe99aa9a6825f367ecd7f5920acca3 Mon Sep 17 00:00:00 2001 From: Alain Michaud Date: Mon, 1 Jun 2020 15:58:58 +0000 Subject: [PATCH] a2dp: Fix typo in endpoint_setconf_ind This patch simply fixes a typo in endpoint_setconf_ind. --- profiles/audio/a2dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/audio/a2dp.c b/profiles/audio/a2dp.c index f00e5c923..2feea66c0 100644 --- a/profiles/audio/a2dp.c +++ b/profiles/audio/a2dp.c @@ -655,7 +655,7 @@ static gboolean endpoint_setconf_ind(struct avdtp *session, endpoint_setconf_cb, a2dp_sep->user_data); if (ret == 0) { - /* Attempt to reverve discover if there are no remote + /* Attempt to reverse discover if there are no remote * SEPs. */ if (queue_isempty(setup->chan->seps)) -- 2.47.3