Fix spelling error avaialble/available
authorAndreas Rönnquist <andreas@ronnquist.net>
Sat, 4 Sep 2021 02:53:23 +0000 (04:53 +0200)
committerColin Clark <colin.clark@cclark.uk>
Sat, 4 Sep 2021 09:18:17 +0000 (10:18 +0100)
src/preferences.c

index 65cf4d6..559c55a 100644 (file)
@@ -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);