diff --git a/src/org/thoughtcrime/securesms/RegistrationActivity.java b/src/org/thoughtcrime/securesms/RegistrationActivity.java index 17f81cf1a7..2d2673bfb9 100644 --- a/src/org/thoughtcrime/securesms/RegistrationActivity.java +++ b/src/org/thoughtcrime/securesms/RegistrationActivity.java @@ -104,7 +104,7 @@ import java.util.Locale; import java.util.concurrent.TimeUnit; /** - * The register account activity. Prompts ths user for their registration information + * The register account activity. Prompts the user for their registration information * and begins the account registration process. * * @author Moxie Marlinspike diff --git a/src/org/thoughtcrime/securesms/contacts/ContactAccessor.java b/src/org/thoughtcrime/securesms/contacts/ContactAccessor.java index 2910a971e9..e7e5027486 100644 --- a/src/org/thoughtcrime/securesms/contacts/ContactAccessor.java +++ b/src/org/thoughtcrime/securesms/contacts/ContactAccessor.java @@ -46,7 +46,7 @@ import static org.thoughtcrime.securesms.database.GroupDatabase.GroupRecord; /** * This class was originally a layer of indirection between - * ContactAccessorNewApi and ContactAccesorOldApi, which corresponded + * ContactAccessorNewApi and ContactAccessorOldApi, which corresponded * to the API changes between 1.x and 2.x. * * Now that we no longer support 1.x, this class mostly serves as a place diff --git a/src/org/thoughtcrime/securesms/crypto/AsymmetricMasterCipher.java b/src/org/thoughtcrime/securesms/crypto/AsymmetricMasterCipher.java index c38c5d08ca..b2b0a1cdcb 100644 --- a/src/org/thoughtcrime/securesms/crypto/AsymmetricMasterCipher.java +++ b/src/org/thoughtcrime/securesms/crypto/AsymmetricMasterCipher.java @@ -34,7 +34,7 @@ import javax.crypto.Mac; import javax.crypto.spec.SecretKeySpec; /** - * This class is used to asymmetricly encrypt local data. This is used in the case + * This class is used to asymmetrically encrypt local data. This is used in the case * where TextSecure receives an SMS, but the user's local encryption passphrase is * not cached (either because of a timeout, or because it hasn't yet been entered). * diff --git a/src/org/thoughtcrime/securesms/util/Base64.java b/src/org/thoughtcrime/securesms/util/Base64.java index 0f824b43bb..f393efd2f8 100644 --- a/src/org/thoughtcrime/securesms/util/Base64.java +++ b/src/org/thoughtcrime/securesms/util/Base64.java @@ -65,7 +65,7 @@ package org.thoughtcrime.securesms.util; * RFC3548. *