diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-04-12 12:52:51 +0200 |
---|---|---|
committer | Thomas Müller <DeepDiver1975@users.noreply.github.com> | 2016-04-12 12:52:51 +0200 |
commit | 16df1c5188d5a312ef5db7db427961597fe56ebe (patch) | |
tree | d95646f164a789d9e6f1b354b9a6472acb72f53f /apps/user_ldap/tests | |
parent | fdee771aca39f394c940edfcaa5a15826b078974 (diff) | |
download | nextcloud-server-16df1c5188d5a312ef5db7db427961597fe56ebe.tar.gz nextcloud-server-16df1c5188d5a312ef5db7db427961597fe56ebe.zip |
apps: Fix typos (found by codespell) (#23862)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'apps/user_ldap/tests')
-rw-r--r-- | apps/user_ldap/tests/mapping/abstractmappingtest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/tests/mapping/abstractmappingtest.php b/apps/user_ldap/tests/mapping/abstractmappingtest.php index c6427be516b..a931a07a44c 100644 --- a/apps/user_ldap/tests/mapping/abstractmappingtest.php +++ b/apps/user_ldap/tests/mapping/abstractmappingtest.php @@ -112,7 +112,7 @@ abstract class AbstractMappingTest extends \Test\TestCase { } /** - * tests unmap() for both successfuly and not successful removing of + * tests unmap() for both successful and unsuccessful removing of * mapping entries */ public function testUnmap() { |