diff options
author | Andreas Fischer <bantu@owncloud.com> | 2014-05-15 22:42:02 +0200 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2014-05-16 22:21:57 +0100 |
commit | 5b1ffd761172aef168283b92eb8d45e3118620b2 (patch) | |
tree | 7a692b42aeaa4ce1df051cb0f5a36f7b6751b392 /apps/user_ldap | |
parent | e04d956cac046745e2cbbdb3f85ef31f9ff52072 (diff) | |
download | nextcloud-server-5b1ffd761172aef168283b92eb8d45e3118620b2.tar.gz nextcloud-server-5b1ffd761172aef168283b92eb8d45e3118620b2.zip |
Reduce double-space with single-space.
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/user_ldap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php index ba622a2d4f4..8a1cca4458a 100644 --- a/apps/user_ldap/user_ldap.php +++ b/apps/user_ldap/user_ldap.php @@ -353,7 +353,7 @@ class USER_LDAP extends BackendUtility implements \OCP\UserInterface { /** * @brief Get a list of all display names - * @return array with all displayNames (value) and the correspondig uids (key) + * @return array with all displayNames (value) and the correspondig uids (key) * * Get a list of all display names and user ids. */ |