diff options
author | James Booth <boothj5@gmail.com> | 2015-09-09 19:31:11 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-09-09 19:31:11 +0100 |
commit | fed6128bbcfb29dd2dab60bf2315f803499b24f7 (patch) | |
tree | 075799543ae1391c7f1447a1781a15d962f7c5cd /src/command | |
parent | b266e4d03512fe337c811b8cda52627c477a9350 (diff) | |
download | profani-tty-fed6128bbcfb29dd2dab60bf2315f803499b24f7.tar.gz |
Spelling fix
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c index ca67f709..e3374ddd 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -4140,7 +4140,7 @@ cmd_receipts(ProfWin *window, const char * const command, gchar **args) if (g_strcmp0(args[0], "send") == 0) { return _cmd_set_boolean_preference(args[1], command, "Send delivery receipts", PREF_RECEIPTS_SEND); } else if (g_strcmp0(args[0], "request") == 0) { - return _cmd_set_boolean_preference(args[1], command, "Request delivery receipets", PREF_RECEIPTS_REQUEST); + return _cmd_set_boolean_preference(args[1], command, "Request delivery receipts", PREF_RECEIPTS_REQUEST); } else { cons_bad_cmd_usage(command); return TRUE; |