From: ebullient Date: Thu, 2 Jan 2003 21:18:39 +0000 (+0000) Subject: little teeny typo X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=2222aed08072c3711463c6bd16b69b41b0a55e25 little teeny typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4354 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/conf.pl b/config/conf.pl index 57535d18..dc9f20c9 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -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. -# '../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 = '';