diff options
author | Marc-André Lureau <marcandre.lureau@gmail.com> | 2009-02-02 11:06:31 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@gmail.com> | 2009-02-03 14:19:16 +0200 |
commit | 539abc365f8e12a5241694920a2e09e0bfe05710 (patch) | |
tree | f981209d9cb28b8ddc553026cdd7a20a8c114df9 /src | |
parent | 921882de548e17bbdd79bd8eb2c2ce7d36412cf4 (diff) |
bluetooth: typo
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/bluetooth/module-bluetooth-discover.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |