pidgin/pidgin

Fix typos in Pidgin

2021-10-10, Elliott Sales de Andrade
631e6cba8635
Parents 508788523450
Children 4fc5b0ddf55e
Fix typos in Pidgin
--- a/pidgin/gtkblist.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/gtkblist.c Sun Oct 10 05:01:54 2021 -0500
@@ -247,7 +247,7 @@
else
purple_core_quit();
- /* we handle everything, event should not propogate further */
+ /* we handle everything, event should not propagate further */
return TRUE;
}
@@ -3739,7 +3739,7 @@
/* Put it all together */
if ((!aliased || biglist) && (statustext || idletime)) {
- /* using <span size='smaller'> breaks the status, so it must be seperated into <small><span>*/
+ /* using <span size='smaller'> breaks the status, so it must be separated into <small><span>*/
if (name_color) {
text = g_strdup_printf("<span foreground='%s'>%s</span>\n"
"<small><span foreground='%s'>%s%s%s</span></small>",
--- a/pidgin/gtkconv.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/gtkconv.c Sun Oct 10 05:01:54 2021 -0500
@@ -5971,7 +5971,7 @@
gtkconv->tabby = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 6);
gtk_widget_set_name(gtkconv->tabby, "tab-container");
- /* select the correct ordering for verticle tabs */
+ /* select the correct ordering for vertical tabs */
if (angle == 90) {
first = gtkconv->close;
third = gtkconv->icon;
--- a/pidgin/gtkconv.h Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/gtkconv.h Sun Oct 10 05:01:54 2021 -0500
@@ -211,7 +211,7 @@
*
* Reattach Pidgin UI to a conversation.
*
- * Returns: Wheter Pidgin UI was successfully attached.
+ * Returns: Whether Pidgin UI was successfully attached.
*/
gboolean pidgin_conv_attach_to_conversation(PurpleConversation *conv);
--- a/pidgin/gtkconvwin.h Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/gtkconvwin.h Sun Oct 10 05:01:54 2021 -0500
@@ -222,7 +222,7 @@
* pidgin_conv_window_get_at_event:
* @event: The event
*
- * Returns: The #PidginConvWindow on which @event occured.
+ * Returns: The #PidginConvWindow on which @event occurred.
*/
PidginConvWindow *pidgin_conv_window_get_at_event(GdkEvent *event);
--- a/pidgin/gtkdialogs.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/gtkdialogs.c Sun Oct 10 05:01:54 2021 -0500
@@ -174,7 +174,7 @@
"<span weight=\"bold\" size=\"large\" foreground=\"brown\">Ahh, and excellent choice!</span>");
else if (purple_strequal(norm, "seanegn"))
gtk_label_set_markup(GTK_LABEL(label),
- "<span weight=\"bold\" size=\"large\" foreground=\"#009900\">Everytime you click my name, an angel gets its wings.</span>");
+ "<span weight=\"bold\" size=\"large\" foreground=\"#009900\">Every time you click my name, an angel gets its wings.</span>");
else if (purple_strequal(norm, "chipx86"))
gtk_label_set_markup(GTK_LABEL(label),
"<span weight=\"bold\" size=\"large\" foreground=\"red\">This sunflower seed taste like pizza.</span>");
--- a/pidgin/gtkicon-theme.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/gtkicon-theme.c Sun Oct 10 05:01:54 2021 -0500
@@ -29,7 +29,7 @@
*****************************************************************************/
typedef struct {
- /* used to store filenames of diffrent icons */
+ /* used to store filenames of different icons */
GHashTable *icon_files;
} PidginIconThemePrivate;
--- a/pidgin/gtksavedstatuses.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/gtksavedstatuses.c Sun Oct 10 05:01:54 2021 -0500
@@ -1454,7 +1454,7 @@
gtk_box_pack_start(GTK_BOX(hbox), combo, FALSE, FALSE, 0);
- /* Status mesage */
+ /* Status message */
hbox = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 6);
gtk_box_pack_start(GTK_BOX(vbox), hbox, TRUE, TRUE, 0);
--- a/pidgin/gtkutils.h Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/gtkutils.h Sun Oct 10 05:01:54 2021 -0500
@@ -563,7 +563,7 @@
* Scales the image to the desired dimensions. If image is smaller, it will be
* returned without modifications.
*
- * If new image is created, @src reference cound will be decreased and new image
+ * If new image is created, @src reference count will be decreased and new image
* with a ref count of 1 will be returned.
*
* Returns: (transfer full): The image with proper sizing. %NULL in case of error.
--- a/pidgin/pidgincolor.h Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/pidgincolor.h Sun Oct 10 05:01:54 2021 -0500
@@ -43,7 +43,7 @@
/**
* pidgin_color_calculate_for_text:
* @text: The text to calculate a color for.
- * @color: (out): The return address for a #GdkRGBA that will recieve the
+ * @color: (out): The return address for a #GdkRGBA that will receive the
* color.
*
* This function is based heavily on the implementation that gajim uses from
--- a/pidgin/pidgincontactcompletion.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/pidgincontactcompletion.c Sun Oct 10 05:01:54 2021 -0500
@@ -140,7 +140,7 @@
}
/******************************************************************************
- * GObject Implemention
+ * GObject Implementation
*****************************************************************************/
static void
pidgin_contact_completion_init(PidginContactCompletion *comp) {
--- a/pidgin/pidgingdkpixbuf.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/pidgingdkpixbuf.c Sun Oct 10 05:01:54 2021 -0500
@@ -71,7 +71,7 @@
return;
}
- /* The following code will conver the alpha of the pixel data in all
+ /* The following code will convert the alpha of the pixel data in all
* corners to look something like the following diagram.
*
* 00 80 c0 FF FF c0 80 00
--- a/pidgin/pidginmenutray.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/pidginmenutray.c Sun Oct 10 05:01:54 2021 -0500
@@ -51,7 +51,7 @@
static void
pidgin_menu_tray_deselect(GtkMenuItem *widget) {
/* Probably not necessary, but I'd rather be safe than sorry. We're
- * overridding the select, so it makes sense to override deselect as well.
+ * overriding the select, so it makes sense to override deselect as well.
*/
}
--- a/pidgin/pixmaps/emotes/default/24/scalable/pidgin-emotes.svg Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/pixmaps/emotes/default/24/scalable/pidgin-emotes.svg Sun Oct 10 05:01:54 2021 -0500
@@ -15996,7 +15996,7 @@
<g
inkscape:groupmode="layer"
id="layer32"
- inkscape:label="artwork:disapointed">
+ inkscape:label="artwork:disappointed">
<g
inkscape:groupmode="layer"
id="layer143"
--- a/pidgin/plugins/gestures/stroke-draw.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/plugins/gestures/stroke-draw.c Sun Oct 10 05:01:54 2021 -0500
@@ -128,7 +128,7 @@
break;
}
- original_widget = widget; /* remeber the widget where
+ original_widget = widget; /* remember the widget where
the stroke started */
record_stroke_segment (widget);
--- a/pidgin/plugins/notify.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/plugins/notify.c Sun Oct 10 05:01:54 2021 -0500
@@ -227,7 +227,7 @@
if (reset) {
/* Only need to actually remove the urgent hinting here, since
- * removing it just to have it readded in re-notify is an
+ * removing it just to have it re-added in re-notify is an
* unnecessary couple extra RTs to the server */
handle_urgent(purplewin, FALSE);
g_object_set_data(G_OBJECT(conv), "notify-message-count", GINT_TO_POINTER(0));
--- a/pidgin/plugins/spellchk.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/plugins/spellchk.c Sun Oct 10 05:01:54 2021 -0500
@@ -414,7 +414,7 @@
if (!sending)
{
- /* We need to go backwords to find out if we are inside a word or not. */
+ /* We need to go backwards to find out if we are inside a word or not. */
gtk_text_iter_backward_char(&end);
if (spellchk_inside_word(&end))
--- a/pidgin/prefs/pidginprefs.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/prefs/pidginprefs.c Sun Oct 10 05:01:54 2021 -0500
@@ -1253,7 +1253,7 @@
gtk_drag_finish(dc, FALSE, FALSE, t);
}
-/* builds a theme combo box from a list store with colums: icon preview, markup, theme name */
+/* builds a theme combo box from a list store with columns: icon preview, markup, theme name */
static void
prefs_build_theme_combo_box(GtkWidget *combo_box, GtkListStore *store,
const char *current_theme, const char *type)
--- a/pidgin/prefs/pidginprefs.h Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/prefs/pidginprefs.h Sun Oct 10 05:01:54 2021 -0500
@@ -109,7 +109,7 @@
* @sg: If not NULL, the size group to which the entry will be added
*
* Add a new entry representing a password (string) preference
- * The entry will use a password-style text entry (the text is substituded)
+ * The entry will use a password-style text entry (the text is substituted)
*
* Returns: (transfer full): An hbox containing both the label and the entry. Can be used to set
* the widgets to sensitive or insensitive based on the value of a
--- a/pidgin/resources/About/credits.json Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/resources/About/credits.json Sun Oct 10 05:01:54 2021 -0500
@@ -695,7 +695,7 @@
"ILDAR Valeev"
]
}, {
- "title": "Ukranian (uk)",
+ "title": "Ukrainian (uk)",
"people": [
"Oleksandr Kovalenko"
]
--- a/pidgin/win32/nsis/create_nsis_translations.pl Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/win32/nsis/create_nsis_translations.pl Sun Oct 10 05:01:54 2021 -0500
@@ -24,7 +24,7 @@
print 'create_nsis_translations.pl translations installer tmp_dir
translations
This is an input file that contains all the
- translated strings. If must be formated as a GNU/Linux
+ translated strings. If must be formatted as a GNU/Linux
desktop file and contains multiple strings entry.
For example you must have:
toBe=To be or not to be
@@ -39,7 +39,7 @@
tmp_dir
This is a directory in which temporary files needed for
the translation system.
- It will be created if non existant.
+ It will be created if non existent.
You can remove it once you have created your installer.
';
}
--- a/pidgin/win32/prepare-workspace.sh Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/win32/prepare-workspace.sh Sun Oct 10 05:01:54 2021 -0500
@@ -291,7 +291,7 @@
( ${WIN32DEV_BASE}/bsdcpio/bsdcpio.exe --quiet -di < "../${file}" 2>&1 ) | grep -v -P "${filter_output}" 1>&2
cd ..
else
- echo "Uknown extension: $ext"
+ echo "Unknown extension: $ext"
rm -rf "tmp"
exit 1
fi
--- a/pidgin/win32/winpidgin.c Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/win32/winpidgin.c Sun Oct 10 05:01:54 2021 -0500
@@ -2,7 +2,7 @@
* winpidgin.c
*
* Date: June, 2002
- * Description: Entry point for win32 pidgin, and various win32 dependant
+ * Description: Entry point for win32 pidgin, and various win32 dependent
* routines.
*
* Pidgin is the legal property of its developers, whose names are too numerous