Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2013-12-05 23:02:41 +0400
committerBjoern Schiessle <schiessle@owncloud.com>2013-12-05 23:02:41 +0400
commit91ca1cf98556bcd036bf0a8b8b8d40b44c223e5d (patch)
treecd92673522dab4f2c86326e92192f0c692fd8683 /apps/files_encryption
parentf8a4bcdd50c14512ee0da86822e3fcadf391289b (diff)
fix typo
Diffstat (limited to 'apps/files_encryption')
-rw-r--r--apps/files_encryption/lib/util.php2
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() {