From 131a42a23ee772a4043b623a45d88f1c1da776a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20R=C3=B6nnquist?= Date: Sat, 4 Sep 2021 04:53:23 +0200 Subject: [PATCH] Fix spelling error avaialble/available --- src/preferences.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1