diff options
| author | 2007-10-03 18:02:45 +0000 | |
|---|---|---|
| committer | 2007-10-03 18:02:45 +0000 | |
| commit | c51f8c8fe906ca0eb8f2d45d8c592f397d6729d9 (patch) | |
| tree | cdbd063530843cf2e78bcefac4e5c66e25a2db5f /src/modules/m_oper_hash.cpp | |
| parent | ResolveriZED the americaniZED Z's and changed them to S (british and proud!) (diff) | |
PROPAGATE this fix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8118 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_oper_hash.cpp')
| -rw-r--r-- | src/modules/m_oper_hash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_oper_hash.cpp b/src/modules/m_oper_hash.cpp index 887b2d6a7..d8acc3ef9 100644 --- a/src/modules/m_oper_hash.cpp +++ b/src/modules/m_oper_hash.cpp @@ -55,7 +55,7 @@ class cmd_mkpasswd : public command_t CmdResult Handle (const char** parameters, int pcnt, userrec *user) { MakeHash(user, parameters[0], parameters[1]); - /* NOTE: Don't propogate this across the network! + /* NOTE: Don't propagate this across the network! * We dont want plaintext passes going all over the place... * To make sure it goes nowhere, return CMD_FAILURE! */ |
