bluetooth: typo
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Mon, 2 Feb 2009 09:06:31 +0000 (11:06 +0200)
committerMarc-André Lureau <marcandre.lureau@gmail.com>
Tue, 3 Feb 2009 12:19:16 +0000 (14:19 +0200)
src/modules/bluetooth/module-bluetooth-discover.c

index f9540b3..0523648 100644 (file)
@@ -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;
     }