From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Fri, 22 Oct 2021 18:18:47 +0000 (+0000) Subject: Fix spelling X-Git-Tag: v1.7~35 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=9bd60a6434c5373beba79e4c9f73bd8b234fc3d7 Fix spelling --- diff --git a/doc/docbook/GuideOtherSoftware.xml b/doc/docbook/GuideOtherSoftware.xml index 76130cee..d5e76eed 100644 --- a/doc/docbook/GuideOtherSoftware.xml +++ b/doc/docbook/GuideOtherSoftware.xml @@ -39,7 +39,7 @@
Install Geeqie from sources on Debian - This script will clone the Geeqie repository, fulfill all dependecies, and install Geeqie on a Debian based system: geeqie-install-debian.sh + This script will clone the Geeqie repository, fulfill all dependencies, and install Geeqie on a Debian based system: geeqie-install-debian.sh
diff --git a/src/bar_keywords.c b/src/bar_keywords.c index 1d8ca943..709e450f 100644 --- a/src/bar_keywords.c +++ b/src/bar_keywords.c @@ -1257,7 +1257,7 @@ static void bar_pane_keywords_add_to_selected_cb(GtkWidget *menu_widget, gpointe GtkTextBuffer *keyword_buffer = gtk_text_view_get_buffer(GTK_TEXT_VIEW(pkd->keyword_view)); - /* Aquire selected keyword */ + /* Acquire selected keyword */ if (pkd->click_tpath) { gboolean is_keyword = TRUE;