From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/client/if-sock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/client/if-sock.c b/android/client/if-sock.c index eef9a76..12ac755 100644 --- a/android/client/if-sock.c +++ b/android/client/if-sock.c @@ -328,9 +328,9 @@ static void connect_p(int argc, const char **argv) /* Methods available in btsock_interface_t */ static struct method methods[] = { STD_METHODCH(listen, - "<sock_type> <srvc_name> <uuid> [<channle>] [<flags>]"), + "<sock_type> <srvc_name> <uuid> [<channel>] [<flags>]"), STD_METHODCH(connect, - "<addr> <sock_type> <uuid> <channle> [<flags>]"), + "<addr> <sock_type> <uuid> <channel> [<flags>]"), END_METHOD }; -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html