about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-09-09 19:31:11 +0100
committerJames Booth <boothj5@gmail.com>2015-09-09 19:31:11 +0100
commitfed6128bbcfb29dd2dab60bf2315f803499b24f7 (patch)
tree075799543ae1391c7f1447a1781a15d962f7c5cd
parentb266e4d03512fe337c811b8cda52627c477a9350 (diff)
downloadprofani-tty-fed6128bbcfb29dd2dab60bf2315f803499b24f7.tar.gz
Spelling fix
-rw-r--r--src/command/commands.c2
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;