diff options
author | Haru <haru@dotalux.com> | 2020-07-26 23:50:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-26 23:50:02 +0200 |
commit | e90730312b92edc237088d601b1047ceff3402eb (patch) | |
tree | 3e0cfe76678f7d0f42e6ffbaff616dd5ac6c77c2 /src | |
parent | b91bd29b37c63c9818d5b28d1a3c4b9d7614d792 (diff) | |
parent | b35f52c08cdfb8770caf53a02ea09d76a6f94eb2 (diff) | |
download | hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.gz hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.bz2 hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.xz hercules-e90730312b92edc237088d601b1047ceff3402eb.zip |
Merge pull request #2769 from Zopokx/stable
Correction of few typo errors (conf/)
Diffstat (limited to 'src')
-rw-r--r-- | src/config/secure.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/secure.h b/src/config/secure.h index fd05b4a49..bcd4e022b 100644 --- a/src/config/secure.h +++ b/src/config/secure.h @@ -60,7 +60,7 @@ * (Secure) Optional NPC Dialog Timer * @requirement : SECURE_NPCTIMEOUT must be enabled * Minimum Interval Between timeout checks in seconds - * Default: 1s + * Default: 1 **/ #define SECURE_NPCTIMEOUT_INTERVAL 1 |