summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/FilesystemHelper.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/lib/FilesystemHelper.php')
-rw-r--r--apps/user_ldap/lib/FilesystemHelper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/FilesystemHelper.php b/apps/user_ldap/lib/FilesystemHelper.php
index 689fcfeda7e..e5b0a9ecef3 100644
--- a/apps/user_ldap/lib/FilesystemHelper.php
+++ b/apps/user_ldap/lib/FilesystemHelper.php
@@ -25,7 +25,7 @@
namespace OCA\User_LDAP;
/**
- * @brief wraps around static ownCloud core methods
+ * @brief wraps around static Nextcloud core methods
*/
class FilesystemHelper {
@@ -39,7 +39,7 @@ class FilesystemHelper {
/**
* @brief initializes the filesystem for the given user
- * @param string $uid the ownCloud username of the user
+ * @param string $uid the Nextcloud username of the user
*/
public function setup($uid) {
\OC_Util::setupFS($uid);