little teeny typo
authorebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 2 Jan 2003 21:18:39 +0000 (21:18 +0000)
committerebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 2 Jan 2003 21:18:39 +0000 (21:18 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4354 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index 57535d180b5ab239acbafcad4116076d2ff8614e..dc9f20c9a5a933bd80ef5bcc3f0693392e2e1b68 100755 (executable)
@@ -2976,10 +2976,10 @@ sub set_defaults {
 # the SM directory tree, the SM_PATH variable will be 
 # prepended to the path, if not, then the path will be
 # converted to an absolute path, e.g.
 # the SM directory tree, the SM_PATH variable will be 
 # prepended to the path, if not, then the path will be
 # converted to an absolute path, e.g.
-#   '../images/logo.gif'     --> SM_PATH . 'images/logo.gif'
-#   'images/logo.gif'        --> SM_PATH . 'config/images/logo.gif'
-#   /absoulte/path/logo.gif' --> '/absolute/path/logo.gif'
-#   'http://whatever/'       --> 'http://whatever'
+#   '../images/logo.gif'      --> SM_PATH . 'images/logo.gif'
+#   'images/logo.gif'         --> SM_PATH . 'config/images/logo.gif'
+#   '/absolute/path/logo.gif' --> '/absolute/path/logo.gif'
+#   'http://whatever/'        --> 'http://whatever'
 sub change_to_SM_path() {
     my ($old_path) = @_;
     my $new_path = '';
 sub change_to_SM_path() {
     my ($old_path) = @_;
     my $new_path = '';