diff options
author | Robert Scheck <robert-scheck@users.noreply.github.com> | 2024-04-14 10:21:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-14 09:21:50 +0100 |
commit | e8fee93a7e3a2e7d9aa190619d73abbfd12c06cc (patch) | |
tree | 4a0eabeed1e0ba91532851478b390092100082a7 /data | |
parent | 260539e987c6b1700c6228ec943170d87095ce8c (diff) |
Fix a typo in the example configs.
Diffstat (limited to 'data')
-rw-r--r-- | data/anope.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 87e199564..738cff972 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -1313,7 +1313,7 @@ module * [EXTRA] enc_posix * * Provides verify-only support for passwords encrypted using the POSIX crypt() - * function. Load this if you are migratign from another services packages such + * function. Load this if you are migrating from another services packages such * as Atheme. See https://en.wikipedia.org/wiki/Crypt_(C) for more information. * * You must load another encryption method before this to re-encrypt passwords |