diff --git a/app/core/src/main/java/com/fsck/k9/helper/Utility.java b/app/core/src/main/java/com/fsck/k9/helper/Utility.java index 1788f8b3a..5671f68bb 100644 --- a/app/core/src/main/java/com/fsck/k9/helper/Utility.java +++ b/app/core/src/main/java/com/fsck/k9/helper/Utility.java @@ -121,7 +121,7 @@ public class Utility { /** * Extract the 'original' subject value, by ignoring leading * response/forward marker and '[XX]' formatted tags (as many mailing-list - * softwares do). + * software do). * *
* Result is also trimmed. diff --git a/app/core/src/main/java/com/fsck/k9/search/LocalSearch.java b/app/core/src/main/java/com/fsck/k9/search/LocalSearch.java index 52f23ef4a..e538a9723 100644 --- a/app/core/src/main/java/com/fsck/k9/search/LocalSearch.java +++ b/app/core/src/main/java/com/fsck/k9/search/LocalSearch.java @@ -241,7 +241,7 @@ public class LocalSearch implements SearchSpecification { } /////////////////////////////////////////////////////////////// - // Public accesor methods + // Public accessor methods /////////////////////////////////////////////////////////////// /** * TODO THIS HAS TO GO!!!! diff --git a/backend/imap/src/main/java/com/fsck/k9/backend/imap/ImapSync.kt b/backend/imap/src/main/java/com/fsck/k9/backend/imap/ImapSync.kt index 1d62f180d..66d703092 100644 --- a/backend/imap/src/main/java/com/fsck/k9/backend/imap/ImapSync.kt +++ b/backend/imap/src/main/java/com/fsck/k9/backend/imap/ImapSync.kt @@ -627,7 +627,7 @@ internal class ImapSync( ) { /* * The provider was unable to get the structure of the message, so - * we'll download a reasonable portion of the messge and mark it as + * we'll download a reasonable portion of the message and mark it as * incomplete so the entire thing can be downloaded later if the user * wishes to download it. */ diff --git a/backend/pop3/src/main/java/com/fsck/k9/backend/pop3/Pop3Sync.java b/backend/pop3/src/main/java/com/fsck/k9/backend/pop3/Pop3Sync.java index 3ba740fb3..8eae32f22 100644 --- a/backend/pop3/src/main/java/com/fsck/k9/backend/pop3/Pop3Sync.java +++ b/backend/pop3/src/main/java/com/fsck/k9/backend/pop3/Pop3Sync.java @@ -550,7 +550,7 @@ class Pop3Sync { Pop3Message message) throws MessagingException { /* * The provider was unable to get the structure of the message, so - * we'll download a reasonable portion of the messge and mark it as + * we'll download a reasonable portion of the message and mark it as * incomplete so the entire thing can be downloaded later if the user * wishes to download it. */ diff --git a/backend/webdav/src/main/java/com/fsck/k9/backend/webdav/WebDavSync.java b/backend/webdav/src/main/java/com/fsck/k9/backend/webdav/WebDavSync.java index e3bfff203..b11e5ca96 100644 --- a/backend/webdav/src/main/java/com/fsck/k9/backend/webdav/WebDavSync.java +++ b/backend/webdav/src/main/java/com/fsck/k9/backend/webdav/WebDavSync.java @@ -529,7 +529,7 @@ class WebDavSync { WebDavMessage message) throws MessagingException { /* * The provider was unable to get the structure of the message, so - * we'll download a reasonable portion of the messge and mark it as + * we'll download a reasonable portion of the message and mark it as * incomplete so the entire thing can be downloaded later if the user * wishes to download it. */