about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-09-27 20:32:48 +0100
committerJames Booth <boothj5@gmail.com>2016-09-27 20:32:48 +0100
commit51fd812d476f4dd4f90357606a096c867c9b29b4 (patch)
treeef97d53fa3b9cccd412e278d80b96d4f48d0f20f /src/command/cmd_funcs.c
parentb087f84d955e867b579523a7e4eb33588bfa9b2f (diff)
parent4b2f9448f70f9b4b4441f8b52fe69266e9aaf808 (diff)
downloadprofani-tty-51fd812d476f4dd4f90357606a096c867c9b29b4.tar.gz
Merge remote-tracking branch 'jacksgt/fix-spelling-errors'
Diffstat (limited to 'src/command/cmd_funcs.c')
-rw-r--r--src/command/cmd_funcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index d79b713c..fba45d93 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -6486,7 +6486,7 @@ cmd_pgp(ProfWin *window, const char *const command, gchar **args)
         }
 
         chatwin->pgp_send = TRUE;
-        ui_current_print_formatted_line('!', 0, "PGP encyption enabled.");
+        ui_current_print_formatted_line('!', 0, "PGP encryption enabled.");
         return TRUE;
     }
 
@@ -6509,7 +6509,7 @@ cmd_pgp(ProfWin *window, const char *const command, gchar **args)
         }
 
         chatwin->pgp_send = FALSE;
-        ui_current_print_formatted_line('!', 0, "PGP encyption disabled.");
+        ui_current_print_formatted_line('!', 0, "PGP encryption disabled.");
         return TRUE;
     }