mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-21 17:51:03 +00:00
Correct typos of "occurred" in warnings/errors
Change "occured" and "ocurred" to "occurred".
This commit is contained in:
parent
90ea508111
commit
cbc3804a2f
@ -48,7 +48,7 @@ EOF
|
||||
|
||||
|
||||
function fail() {
|
||||
printf "An error occured: %s\n" "$*"
|
||||
printf "An error occurred: %s\n" "$*"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
@ -99,7 +99,7 @@ print "\nControlfile\t= $patternsfile\n";
|
||||
print "Log-file\t= $logfile\n\n";
|
||||
&readPatterns($patternsfile);
|
||||
if (&processLogFile($logfile) > 0) {
|
||||
print "Errors occured, exiting\n";
|
||||
print "Errors occurred, exiting\n";
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
@ -701,7 +701,7 @@ class LyX_base:
|
||||
try:
|
||||
conv(self)
|
||||
except:
|
||||
self.warning("An error ocurred in %s, %s" %
|
||||
self.warning("An error occurred in %s, %s" %
|
||||
(version, str(conv)),
|
||||
default_debug__)
|
||||
if not self.try_hard:
|
||||
|
Loading…
Reference in New Issue
Block a user