pidgin/pidgin

Fix some spelling errors

2021-01-21, Richard Laager
beb4c413afe8
Parents 7a4e48594a24
Children 95578eb5e9f8
Fix some spelling errors

Testing Done:
I looked at the diff.

Reviewed at https://reviews.imfreedom.org/r/438/
--- a/doc/finch3.1.in Mon Jan 18 23:07:50 2021 -0600
+++ b/doc/finch3.1.in Thu Jan 21 22:35:39 2021 -0600
@@ -291,7 +291,7 @@
.br
.SH Widget Actions
-You can specifiy key-bindings for specific widgets. The following entries in
+You can specify key-bindings for specific widgets. The following entries in
\fI~/.gntrc\fR correspond to the default keybindings for the actions:
.br
--- a/libpurple/protocols/irc/msgs.c Mon Jan 18 23:07:50 2021 -0600
+++ b/libpurple/protocols/irc/msgs.c Thu Jan 21 22:35:39 2021 -0600
@@ -1704,7 +1704,7 @@
sasl_dispose(&irc->sasl_conn);
irc->sasl_conn = NULL;
- purple_debug_info("irc", "Succesfully authenticated using SASL.\n");
+ purple_debug_info("irc", "Successfully authenticated using SASL.\n");
/* Finish auth session */
buf = irc_format(irc, "vv", "CAP", "END");