From 1f7e7e84471f65a3a7c13b8ac2dab888a952ea5f Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sun, 30 Jun 2013 14:05:20 -0400 Subject: Fix a small typo (`Invalud' -> `Invalid') --- src/command/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command') diff --git a/src/command/command.c b/src/command/command.c index 50f7b08f..109447f1 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -1463,7 +1463,7 @@ _cmd_account(gchar **args, struct cmd_help_t help) cons_show(""); } else if (strcmp(property, "status") == 0) { if (!valid_resource_presence_string(value) && (strcmp(value, "last") != 0)) { - cons_show("Invalud status: %s", value); + cons_show("Invalid status: %s", value); } else { accounts_set_login_presence(account_name, value); cons_show("Updated login status for account %s: %s", account_name, value); -- cgit 1.4.1-2-gfad0