Diff between 6e58fd797f6bf46e83b1124169e2f7b8faf5f506 and 2fb5a1bcccb95cc15f924ee9177a3c98ca40cd4d
Changed Files
| File | Additions | Deletions | Status |
| client/main.c | +1 | -1 | modified |
Full Patch
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: