]> source.dussan.org Git - nextcloud-server.git/commitdiff
typo
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 1 Jul 2013 19:12:21 +0000 (21:12 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 1 Jul 2013 19:12:21 +0000 (21:12 +0200)
apps/files_encryption/lib/helper.php

index c12d6f7887a674eca173e98d4c83c911976f4b84..e8495f88a1ead26afc9406b84a536980189e8900 100755 (executable)
@@ -123,7 +123,7 @@ class Helper {
 
                        $view->file_put_contents('/public-keys/' . $recoveryKeyId . '.public.key', $keypair['publicKey']);
 
-                       // Encrypt private key empthy passphrase
+                       // Encrypt private key empty passphrase
                        $encryptedPrivateKey = \OCA\Encryption\Crypt::symmetricEncryptFileContent($keypair['privateKey'], $recoveryPassword);
 
                        // Save private key
@@ -211,7 +211,7 @@ class Helper {
 
 
        /**
-        * check requirements for encryptoin app.
+        * check requirements for encryption app.
         * @return bool true if requirements are met
         */
        public static function checkRequirements() {
@@ -224,4 +224,4 @@ class Helper {
 
                return (bool) $result;
        }
-}
\ No newline at end of file
+}