summaryrefslogtreecommitdiffstats
path: root/sqwebmail
diff options
context:
space:
mode:
authorRoel van Meer2022-03-22 08:20:27 +0100
committerRoel van Meer2022-03-22 08:20:27 +0100
commita1828069b5d9d04061a9bf6d02a157a3e645bf0f (patch)
tree8ec8ab7017d194d84749d670a5ab81cffcd20f9f /sqwebmail
parentc2f6edd512ba4f131fbaf412f7028dfadd976a23 (diff)
downloadcourier-libs-a1828069b5d9d04061a9bf6d02a157a3e645bf0f.tar.bz2
Fix a few instances of misspellings of "occurred"
See also: https://salsa.debian.org/debian/courier-unicode/-/blob/master/debian/patches/0004-Spelling-Fixes.patch
Diffstat (limited to 'sqwebmail')
-rw-r--r--sqwebmail/html/en-us/eventshow.html4
-rw-r--r--sqwebmail/html/en-us/folders.html2
-rw-r--r--sqwebmail/html/en-us/gpgerr.html2
-rw-r--r--sqwebmail/html/en-us/newevent.html4
-rw-r--r--sqwebmail/msg2html.c2
5 files changed, 7 insertions, 7 deletions
diff --git a/sqwebmail/html/en-us/eventshow.html b/sqwebmail/html/en-us/eventshow.html
index 27afc9a..696ff98 100644
--- a/sqwebmail/html/en-us/eventshow.html
+++ b/sqwebmail/html/en-us/eventshow.html
@@ -21,9 +21,9 @@
[#$NOTFOUNDERR=<font style="color: #ff0000" size="+1" class="error">ERROR: Event not found.</font><br /><br />#]
-[#$CALENDARERR=<font style="color: #ff0000" size="+1" class="error">ERROR: An error has occured when updating the calendar: <div style="margin-left: 3.5em;"><span class="tt">%s</span></div></font><br /><br />#]
+[#$CALENDARERR=<font style="color: #ff0000" size="+1" class="error">ERROR: An error has occurred when updating the calendar: <div style="margin-left: 3.5em;"><span class="tt">%s</span></div></font><br /><br />#]
-[#$LOCKERR=<font style="color: #ff0000" size="+1" class="error">ERROR: An error has occured trying to lock the calendar. Please try again.</font><br /><br />#]
+[#$LOCKERR=<font style="color: #ff0000" size="+1" class="error">ERROR: An error has occurred trying to lock the calendar. Please try again.</font><br /><br />#]
[#$CANCELIMAGE=@@cancel.png, width="28" height="20" alt="Cancel&nbsp;event" title="Cancel&nbsp;event" border="0"@@#]
[#$UNCANCELIMAGE=@@uncancel.png, width="28" height="20" alt="Uncancel&nbsp;event" title="Uncancel&nbsp;event" border="0"@@#]
diff --git a/sqwebmail/html/en-us/folders.html b/sqwebmail/html/en-us/folders.html
index 3a0090a..aa1f13e 100644
--- a/sqwebmail/html/en-us/folders.html
+++ b/sqwebmail/html/en-us/folders.html
@@ -32,7 +32,7 @@
[#$CALENDAR=<div class="eventsummarytitle" align="center"><a href="%s">Your Calendar</a></div>#]
[#$NOEVENTS=<em>No upcoming calendar events</em>#]
-[#$CALENDARLOGINERR=The following error occured when trying to log in to the calendar server:#]
+[#$CALENDARLOGINERR=The following error occurred when trying to log in to the calendar server:#]
[#$CANCELLED=CANCELLED:&nbsp;#]
[#$BOOKED=PENDING:&nbsp;#]
[#$PUBLICFOLDERS=<em>Public Folders</em>#]
diff --git a/sqwebmail/html/en-us/gpgerr.html b/sqwebmail/html/en-us/gpgerr.html
index 81924b2..257615f 100644
--- a/sqwebmail/html/en-us/gpgerr.html
+++ b/sqwebmail/html/en-us/gpgerr.html
@@ -56,7 +56,7 @@
<!-- Sections. Folders, Create Messages, Preferences, Etc. -->
[#include:navbar#]</div>
-<p>The following error has occured while encrypting or signing this
+<p>The following error has occurred while encrypting or signing this
message:</p>
<div style="margin-left: 3.5em;">
diff --git a/sqwebmail/html/en-us/newevent.html b/sqwebmail/html/en-us/newevent.html
index 0a82190..ca6ebf5 100644
--- a/sqwebmail/html/en-us/newevent.html
+++ b/sqwebmail/html/en-us/newevent.html
@@ -21,9 +21,9 @@
[#$CONFLICTERR2=SCHEDULING CONFLICT:&nbsp;#]
-[#$CALENDARERR=<font style="color: #ff0000" size="+1" class="error">ERROR: The following error has occured when saving this event: <div style="margin-left: 3.5em;"><pre>%s</pre></div>If the calendar server is down, save/postpone this event, and try logging in again from the main menu.</font><br /><br />#]
+[#$CALENDARERR=<font style="color: #ff0000" size="+1" class="error">ERROR: The following error has occurred when saving this event: <div style="margin-left: 3.5em;"><pre>%s</pre></div>If the calendar server is down, save/postpone this event, and try logging in again from the main menu.</font><br /><br />#]
-[#$LOCKERR=<font style="color: #ff0000" size="+1" class="error">ERROR: An error has occured trying to lock the calendar for update. Please try again.</font><br /><br />#]
+[#$LOCKERR=<font style="color: #ff0000" size="+1" class="error">ERROR: An error has occurred trying to lock the calendar for update. Please try again.</font><br /><br />#]
[#$NOTFOUNDERR=<font style="color: #ff0000" size="+1" class="error">ERROR: The original event was not found. This can happen if this event was updated or modified by someone else. Save this event info, and check your calendar for updates to this event.</font><br /><br />#]
diff --git a/sqwebmail/msg2html.c b/sqwebmail/msg2html.c
index a3025ae..74ecfb6 100644
--- a/sqwebmail/msg2html.c
+++ b/sqwebmail/msg2html.c
@@ -1322,7 +1322,7 @@ struct msg2html_textplain_info {
*/
int flowed;
- int conv_err; /* A transcoding error has occured */
+ int conv_err; /* A transcoding error has occurred */
/*
** Optionally replace smiley sequences with image URLs