From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> --- client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.c b/client/main.c index ae8aa92..ea80ee7 100644 --- a/client/main.c +++ b/client/main.c @@ -166,7 +166,7 @@ static void print_iter(const char *label, const char *name, switch (dbus_message_iter_get_arg_type(iter)) { case DBUS_TYPE_INVALID: - rl_printf("%s%s is inavlid\n", label, name); + rl_printf("%s%s is invalid\n", label, name); break; case DBUS_TYPE_STRING: case DBUS_TYPE_OBJECT_PATH: -- 1.9.3 -- 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