SOURCES: squirrelmail-squirrelspell.patch - fixed parse error

dzeus dzeus at pld-linux.org
Mon Oct 31 19:24:48 CET 2005


Author: dzeus                        Date: Mon Oct 31 18:24:47 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed parse error

---- Files affected:
SOURCES:
   squirrelmail-squirrelspell.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/squirrelmail-squirrelspell.patch
diff -u SOURCES/squirrelmail-squirrelspell.patch:1.2 SOURCES/squirrelmail-squirrelspell.patch:1.3
--- SOURCES/squirrelmail-squirrelspell.patch:1.2	Mon May 30 18:37:00 2005
+++ SOURCES/squirrelmail-squirrelspell.patch	Mon Oct 31 19:24:42 2005
@@ -5,7 +5,7 @@
   *                     'Spanish' => 'ispell -d spanish -a' );
   */
  $SQSPELL_APP = array('English' => 'ispell -a',
-+			'Polish' => 'ispell -d polish -a');
++			'Polish' => 'ispell -d polish -a',
  			'Spanish' => 'ispell -d spanish -a');
  $SQSPELL_APP_DEFAULT = 'English';
  $SQSPELL_WORDS_FILE = 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/squirrelmail-squirrelspell.patch?r1=1.2&r2=1.3&f=u




More information about the pld-cvs-commit mailing list