From: Andreas Rönnquist Date: Sat, 4 Sep 2021 02:53:23 +0000 (+0200) Subject: Fix spelling error avaialble/available X-Git-Tag: v1.7~62 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=131a42a23ee772a4043b623a45d88f1c1da776a9 Fix spelling error avaialble/available --- diff --git a/src/preferences.c b/src/preferences.c index 65cf4d6e..559c55a1 100644 --- a/src/preferences.c +++ b/src/preferences.c @@ -3764,7 +3764,7 @@ static void config_tab_advanced(GtkWidget *notebook) pref_line(vbox, PREF_PAD_SPACE); group = pref_group_new(vbox, FALSE, _("Thread pool limits"), GTK_ORIENTATION_VERTICAL); - threads_string_label = pref_label_new(group, "This option limits the number of threads (or cpu cores)\nthat Geeqie will use when running duplicate checks. The default value is 0, which means all avaialble cores will be used."); + threads_string_label = pref_label_new(group, "This option limits the number of threads (or cpu cores)\nthat Geeqie will use when running duplicate checks. The default value is 0, which means all available cores will be used."); gtk_label_set_line_wrap(GTK_LABEL(threads_string_label), TRUE); pref_spacer(vbox, PREF_PAD_GROUP);