7368 Typo in edithelp.pl warning
Typo: able save => able to save. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
c134a3c5c3
commit
0f92532b52
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ elsif ( $type eq 'modify' ) {
|
|||
$error = "Cannot read file: '$file'.";
|
||||
} else {
|
||||
(-w $file) or $error =
|
||||
"WARNING: You will not be able save, because your webserver cannot write to '$file'. Contact your admin about help file permissions.";
|
||||
"WARNING: You will not be able to save, because your webserver cannot write to '$file'. Contact your admin about help file permissions.";
|
||||
open (my $fh, '<', $file) or die "Cannot read file '$file'"; # unlikely death, since we just checked
|
||||
my $help = '';
|
||||
while ( <$fh> ) {
|
||||
|
|
Loading…
Reference in a new issue