From: Marc-André Lureau Date: Mon, 2 Feb 2009 09:06:31 +0000 (+0200) Subject: bluetooth: typo X-Git-Tag: 1.0_branch~2159^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=539abc365f8e12a5241694920a2e09e0bfe05710;p=profile%2Fivi%2Fpulseaudio.git bluetooth: typo --- diff --git a/src/modules/bluetooth/module-bluetooth-discover.c b/src/modules/bluetooth/module-bluetooth-discover.c index f9540b3..0523648 100644 --- a/src/modules/bluetooth/module-bluetooth-discover.c +++ b/src/modules/bluetooth/module-bluetooth-discover.c @@ -123,7 +123,7 @@ int pa__init(pa_module* m) { } if (pa_modargs_get_value_boolean(ma, "async", &async) < 0) { - pa_log("Failed to parse tsched argument."); + pa_log("Failed to parse async argument."); goto fail; }