diff options
author | Frank Karlitschek <frank@owncloud.org> | 2013-10-04 09:25:54 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2013-10-04 09:25:54 +0200 |
commit | f0a98cc92374f62a1fdd884c206424242427c8c5 (patch) | |
tree | 01198209d1360ec45e5b3e1916940b0dcf70d660 /lib | |
parent | 6d954366950c57a8d999a652a7c1b22b95659ee3 (diff) | |
download | nextcloud-server-f0a98cc92374f62a1fdd884c206424242427c8c5.tar.gz nextcloud-server-f0a98cc92374f62a1fdd884c206424242427c8c5.zip |
fix typo
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/private/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/util.php b/lib/private/util.php index d5c44795e10..d0b0fbfc807 100755 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -94,7 +94,7 @@ class OC_Util { } /** - * @brief copies the user skeleton files into the fresh userr home files + * @brief copies the user skeleton files into the fresh user home files * @param string $userDirectory * @return void */ |