diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2021-06-17 10:02:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 15:02:30 +0100 |
commit | fd88b756fc20dedea15a8a08c21e8f7af6612e4e (patch) | |
tree | 81faaface4f605d329848b0c9b7dae8c7dad5b7f /docs/LANGUAGE | |
parent | 8d1bc95faf095984dcc39b4c51de5bc5051b9a12 (diff) |
Fix various spelling issues (#274).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
Diffstat (limited to 'docs/LANGUAGE')
-rw-r--r-- | docs/LANGUAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/LANGUAGE b/docs/LANGUAGE index bf7317864..b2e72cc9a 100644 --- a/docs/LANGUAGE +++ b/docs/LANGUAGE @@ -1,4 +1,4 @@ -Anope Mutli Language Support +Anope Multi Language Support ---------------------------- 1) Building Anope with gettext support @@ -36,7 +36,7 @@ Anope Mutli Language Support NOTE: There is no guarantee we will use your work so please do not be offended if we say no thanks. -3) Using langages with modules +3) Using languages with modules Module authors can easily add the ability to have their modules translated by adding _() around the strings they want translated (messages to the user, etc). |