1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Change 'absoulte' to 'absolute' in main.c
Author: Marius Gavrilescu <marius@ieval.ro>
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\
|