diff options
Diffstat (limited to 'apps/files_encryption/lib/util.php')
-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() { |