diff options
author | Peter Mosmans <support@go-forward.net> | 2017-05-23 16:15:33 +1000 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2017-05-23 09:22:46 +0200 |
commit | f6796c6e104cb88c94e2325daf1277548821909a (patch) | |
tree | 29101d588b520ca0a445efb1eef09e2ac3f6be65 /conf | |
parent | 79fdbafce5bbc3655294f139c92a4ce5071de315 (diff) | |
download | dokuwiki-f6796c6e104cb88c94e2325daf1277548821909a.tar.gz dokuwiki-f6796c6e104cb88c94e2325daf1277548821909a.zip |
Fix minor typo in the distributed user configuration
Diffstat (limited to 'conf')
-rw-r--r-- | conf/users.auth.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/users.auth.php.dist b/conf/users.auth.php.dist index df3c78482..8231aa5c1 100644 --- a/conf/users.auth.php.dist +++ b/conf/users.auth.php.dist @@ -6,5 +6,5 @@ # # Format: # -# login:passwordhash:Real Name:email:groups,comma,seperated +# login:passwordhash:Real Name:email:groups,comma,separated |