mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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() {
|
function fail() {
|
||||||
printf "An error occured: %s\n" "$*"
|
printf "An error occurred: %s\n" "$*"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ print "\nControlfile\t= $patternsfile\n";
|
|||||||
print "Log-file\t= $logfile\n\n";
|
print "Log-file\t= $logfile\n\n";
|
||||||
&readPatterns($patternsfile);
|
&readPatterns($patternsfile);
|
||||||
if (&processLogFile($logfile) > 0) {
|
if (&processLogFile($logfile) > 0) {
|
||||||
print "Errors occured, exiting\n";
|
print "Errors occurred, exiting\n";
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -701,7 +701,7 @@ class LyX_base:
|
|||||||
try:
|
try:
|
||||||
conv(self)
|
conv(self)
|
||||||
except:
|
except:
|
||||||
self.warning("An error ocurred in %s, %s" %
|
self.warning("An error occurred in %s, %s" %
|
||||||
(version, str(conv)),
|
(version, str(conv)),
|
||||||
default_debug__)
|
default_debug__)
|
||||||
if not self.try_hard:
|
if not self.try_hard:
|
||||||
|
Loading…
Reference in New Issue
Block a user