summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2016-11-28 21:00:10 +0100
committerTingPing <tingping@tingping.se>2016-11-28 15:17:36 -0500
commitc7849a8921c5331bd3542114554d8e2174af932e (patch)
tree45e3e00fc155333ef902bf7171bbaf1d5a70c415 /plugins
parent13f6d9265a92fe2f1f6baf9d44e58302a55d4baf (diff)
Fix typos s/Recieved/Received/
Diffstat (limited to 'plugins')
-rw-r--r--plugins/fishlim/plugin_hexchat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/fishlim/plugin_hexchat.c b/plugins/fishlim/plugin_hexchat.c
index 89770e3f..3eaad986 100644
--- a/plugins/fishlim/plugin_hexchat.c
+++ b/plugins/fishlim/plugin_hexchat.c
@@ -260,7 +260,7 @@ static int handle_keyx_notice(char *word[], char *word_eol[], void *userdata) {
         char *pub_key;
 
         if (cbc) {
-            hexchat_print(ph, "Recieved key exchange for CBC mode which is not supported.");
+            hexchat_print(ph, "Received key exchange for CBC mode which is not supported.");
             goto cleanup;
         }
 
@@ -280,12 +280,12 @@ static int handle_keyx_notice(char *word[], char *word_eol[], void *userdata) {
         g_free(sender_lower);
 
         if (cbc) {
-            hexchat_print(ph, "Recieved key exchange for CBC mode which is not supported.");
+            hexchat_print(ph, "Received key exchange for CBC mode which is not supported.");
             goto cleanup;
         }
 
         if (!priv_key) {
-            hexchat_printf(ph, "Recieved a key exchange response for unknown user: %s", sender);
+            hexchat_printf(ph, "Received a key exchange response for unknown user: %s", sender);
             goto cleanup;
         }
     } else {