From 539abc365f8e12a5241694920a2e09e0bfe05710 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Mon, 2 Feb 2009 11:06:31 +0200 Subject: bluetooth: typo --- src/modules/bluetooth/module-bluetooth-discover.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/bluetooth/module-bluetooth-discover.c') diff --git a/src/modules/bluetooth/module-bluetooth-discover.c b/src/modules/bluetooth/module-bluetooth-discover.c index f9540b32..05236486 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; } -- cgit