X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Fcheck_me.mod;h=b0797e51b39839a6fd065567913595179c4e7f0f;hp=40baaba34feb2683ea9da5f3cbd38fa82ac8b666;hb=91e0dccca7b2452d8b450791cae3aa4125e8889e;hpb=0f610dca6fd52a148e290f79cdfcfc572998b475 diff --git a/plugins/squirrelspell/modules/check_me.mod b/plugins/squirrelspell/modules/check_me.mod index 40baaba3..b0797e51 100644 --- a/plugins/squirrelspell/modules/check_me.mod +++ b/plugins/squirrelspell/modules/check_me.mod @@ -82,7 +82,7 @@ $sqspell_command=$SQSPELL_APP[$sqspell_use_app]; /** * If you have php >= 4.3.0, we can use proc_open and safe mode * and not mess w/ temp files. Otherwise we will do it the old - * way, (minus the uneeded call to cat that messes up Wintel + * way, (minus the uneeded call to cat that messes up Wintel * boxen.) * Thanks Ray Ferguson for providing this patch. */ @@ -98,7 +98,7 @@ if( check_php_version ( 4, 3 ) ) { $sqspell_output = array(); for($i=1; $i<=2; $i++){ while(!feof($pipes[$i])) - array_push($sqspell_output, rtrim(fgetss($pipes[$i],999),"\n")); + array_push($sqspell_output, rtrim(fgetss($pipes[$i],999),"\n")); fclose($pipes[$i]); } $sqspell_exitcode=proc_close($spell_proc); @@ -176,7 +176,7 @@ for ($i=0; $i\n" . "\n" . "\n" . "\n"; - + displayHtmlHeader(_("SquirrelSpell Results"),$extrajs); @@ -306,7 +306,7 @@ if ($errors){
- @@ -316,7 +316,7 @@ if ($errors){ echo $sptag . _("Line with an error:") . ''; ?>
- @@ -327,7 +327,7 @@ if ($errors){ ?>
- @@ -336,7 +336,7 @@ if ($errors){ ?> -