pidgin/pidgin

Fix some spelling errors
release-2.x.y
2021-01-21, Richard Laager
5201d33e8999
Parents 2320cf8d228a
Children 833a9f17abd3
Fix some spelling errors

This is #438, but for the release-2.x.y branch. There were more errors in release-2.x.y (which is where I was starting) than default.

Testing Done:
I looked at the diff.

Reviewed at https://reviews.imfreedom.org/r/439/
--- a/doc/finch.1.in Mon Jul 27 00:21:25 2020 -0500
+++ b/doc/finch.1.in Thu Jan 21 22:37:04 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/bonjour/bonjour_ft.c Mon Jul 27 00:21:25 2020 -0500
+++ b/libpurple/protocols/bonjour/bonjour_ft.c Thu Jan 21 22:37:04 2021 -0600
@@ -121,7 +121,7 @@
ret = recv(source, buf, 1, 0);
if (ret == 0 || (ret == -1 && !(errno == EAGAIN || errno == EWOULDBLOCK))) {
- purple_debug_info("bonjour", "Client completed recieving; closing server socket.\n");
+ purple_debug_info("bonjour", "Client completed receiving; closing server socket.\n");
purple_input_remove(sc->handle);
close(sc->fd);
g_free(sc);
--- a/libpurple/protocols/irc/msgs.c Mon Jul 27 00:21:25 2020 -0500
+++ b/libpurple/protocols/irc/msgs.c Thu Jan 21 22:37:04 2021 -0600
@@ -1716,7 +1716,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");
--- a/libpurple/protocols/oscar/oscar.c Mon Jul 27 00:21:25 2020 -0500
+++ b/libpurple/protocols/oscar/oscar.c Thu Jan 21 22:37:04 2021 -0600
@@ -2300,7 +2300,7 @@
if (conn == NULL)
{
purple_debug_info("oscar", "Received a rendezvous cancel message "
- "for a nonexistant connection from %s.\n", who);
+ "for a nonexistent connection from %s.\n", who);
}
else
{
--- a/pidgin/plugins/vvconfig.c Mon Jul 27 00:21:25 2020 -0500
+++ b/pidgin/plugins/vvconfig.c Thu Jan 21 22:37:04 2021 -0600
@@ -110,7 +110,7 @@
}
#if GST_CHECK_VERSION(1,0,0)
- purple_debug_info("vvconfig", "'%s' - gstreamer-1.0 doesn't suport "
+ purple_debug_info("vvconfig", "'%s' - gstreamer-1.0 doesn't support "
"property probing\n", element_name);
#else
if (!g_object_class_find_property(klass, "device") ||