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 6f46c92bf..e3d6cfc9e 100644 --- a/profiles/audio/a2dp.c +++ b/profiles/audio/a2dp.c @@ -654,7 +654,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.27.0.rc2.251.g90737beb825-goog