Skip to content

Commit 96772b7

Browse files
committed
spelling fix
1 parent 640d194 commit 96772b7

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/core/abstract/MCErrorMessage.cpp

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,34 @@ static const char * localizedDescriptionTable[] = {
1515
"MobileMe is no longer an active mail service.", /** MCOErrorMobileMeMoved */
1616
"Yahoo!'s servers are currently unavailable.", /** MCOErrorYahooUnavailable */
1717
"The requested folder does not exist. Folder selection failed", /** MCOErrorNonExistantFolder */
18-
"An error occured while renaming the requested folder.", /** MCOErrorRename */
19-
"An error occured while deleting the requested folder.", /** MCOErrorDelete */
20-
"An error occured while creating the requested folder.", /** MCOErrorCreate */
21-
"An error occured while (un)subscribing to the requested folder.", /** MCOErrorSubscribe */
22-
"An error occured while appending a message to the requested folder.", /** MCOErrorAppend */
23-
"An error occured while copying a message to the requested folder.", /** MCOErrorCopy */
24-
"An error occured while expunging a message in the requested folder.", /** MCOErrorExpunge */
25-
"An error occured while fetching messages in the requested folder.", /** MCOErrorFetch */
26-
"An error occured during an IDLE operation.", /** MCOErrorIdle */
27-
"An error occured while requesting the server's identity.", /** MCOErrorIdentity */
28-
"An error occured while requesting the server's namespace.", /** MCOErrorNamespace */
29-
"An error occured while storing flags.", /** MCOErrorStore */
30-
"An error occured while requesting the server's capabilities.", /** MCOErrorCapability */
18+
"An error occurred while renaming the requested folder.", /** MCOErrorRename */
19+
"An error occurred while deleting the requested folder.", /** MCOErrorDelete */
20+
"An error occurred while creating the requested folder.", /** MCOErrorCreate */
21+
"An error occurred while (un)subscribing to the requested folder.", /** MCOErrorSubscribe */
22+
"An error occurred while appending a message to the requested folder.", /** MCOErrorAppend */
23+
"An error occurred while copying a message to the requested folder.", /** MCOErrorCopy */
24+
"An error occurred while expunging a message in the requested folder.", /** MCOErrorExpunge */
25+
"An error occurred while fetching messages in the requested folder.", /** MCOErrorFetch */
26+
"An error occurred during an IDLE operation.", /** MCOErrorIdle */
27+
"An error occurred while requesting the server's identity.", /** MCOErrorIdentity */
28+
"An error occurred while requesting the server's namespace.", /** MCOErrorNamespace */
29+
"An error occurred while storing flags.", /** MCOErrorStore */
30+
"An error occurred while requesting the server's capabilities.", /** MCOErrorCapability */
3131
"The server does not support STARTTLS connections.", /** MCOErrorStartTLSNotAvailable */
3232
"Attempted to send a message with an illegal attachment.", /** MCOErrorSendMessageIllegalAttachment */
3333
"The SMTP storage limit was hit while trying to send a large message.", /** MCOErrorStorageLimit */
3434
"Sending messages is not allowed on this server.", /** MCOErrorSendMessageNotAllowed */
3535
"The current HotMail account cannot connect to WebMail.", /** MCOErrorNeedsConnectToWebmail */
36-
"An error occured while sending the message.", /** MCOErrorSendMessage */
36+
"An error occurred while sending the message.", /** MCOErrorSendMessage */
3737
"Authentication is required for this SMTP server.", /** MCOErrorAuthenticationRequired */
38-
"An error occured while fetching a message list on the POP server.", /** MCOErrorFetchMessageList */
39-
"An error occured while deleting a message on the POP server.", /** MCOErrorDeleteMessage */
38+
"An error occurred while fetching a message list on the POP server.", /** MCOErrorFetchMessageList */
39+
"An error occurred while deleting a message on the POP server.", /** MCOErrorDeleteMessage */
4040
"Account check failed because the account is invalid.", /** MCOErrorInvalidAccount */
4141
"File access error", /** MCOErrorFile */
4242
"Compression is not available", /** MCOErrorCompression */
4343
"A sender is required to send message", /** MCOErrorNoSender */
4444
"A recipient is required to send message", /** MCOErrorNoRecipient */
45-
"An error occured while performing a No-Op operation.", /** MCOErrorNoop */
45+
"An error occurred while performing a No-Op operation.", /** MCOErrorNoop */
4646
"An application specific password is required", /** MCOErrorGmailApplicationSpecificPasswordRequired */
4747
"An error when requesting date", /** MCOErrorServerDate */
4848
"No valid server found", /** MCOErrorNoValidServerFound */

0 commit comments

Comments
 (0)