From: Marius Gavrilescu Date: Sat, 13 Jul 2013 13:58:19 +0000 (+0300) Subject: Fix spelling error via patch X-Git-Tag: debian/2.1.0-3~13 X-Git-Url: http://git.ieval.ro/?p=gtk-theme-switch.git;a=commitdiff_plain;h=a7b853b4bb76fc357b545ecae5e92afffa5905e7 Fix spelling error via patch --- diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch new file mode 100644 index 0000000..3e72044 --- /dev/null +++ b/debian/patches/fix-spelling.patch @@ -0,0 +1,16 @@ +Description: Change 'absoulte' to 'absolute' in main.c +Author: Marius Gavrilescu +Forwarded: no +Last-Update: 2013-07-13 + +--- a/main.c ++++ b/main.c +@@ -283,7 +283,7 @@ + Passing no command line arguments will cause %s to start in dock-mode)\n\n\ + \ + \"file\" represents any one of (looked for in the listed order):\n\ +-1) An absoulte or relative path to a GTK theme directory.\n\ ++1) An absolute or relative path to a GTK theme directory.\n\ + A directory is considered a theme directory if it contains a\n\ + gtk/gtkrc file.\n\ + 2) A gzipped tar file which expands to a GTK theme directory as explained in 1).\n\ diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..213d22d --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +fix-spelling.patch