Skip to content
Snippets Groups Projects
Commit a7f25639 authored by Thomas Müller's avatar Thomas Müller
Browse files

typo

parent d5c48547
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment