diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-12-05 20:02:41 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-12-06 12:20:42 +0100 |
commit | 9371944e438bb30435732788b6b3d76a98374131 (patch) | |
tree | e8428fcf7843a300ade6cb981432e6af51b2d5ae /apps | |
parent | 58c0117c3d9c5091e7f540911fca07ba3b57bdc4 (diff) | |
download | nextcloud-server-9371944e438bb30435732788b6b3d76a98374131.tar.gz nextcloud-server-9371944e438bb30435732788b6b3d76a98374131.zip |
fix typo
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_encryption/lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php index ed2c5aab926..2ada62354c4 100644 --- a/apps/files_encryption/lib/util.php +++ b/apps/files_encryption/lib/util.php @@ -108,7 +108,7 @@ class Util { } /** - * @breif check if the users private & public key exists + * @brief check if the users private & public key exists * @return boolean */ public function userKeysExists() { |