diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-03 18:02:45 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-03 18:02:45 +0000 |
commit | c51f8c8fe906ca0eb8f2d45d8c592f397d6729d9 (patch) | |
tree | cdbd063530843cf2e78bcefac4e5c66e25a2db5f /src/modules/m_samode.cpp | |
parent | 602e8f0836621c8670a274ffa59948c4ebc46368 (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_samode.cpp')
-rw-r--r-- | src/modules/m_samode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_samode.cpp b/src/modules/m_samode.cpp index 0f5813edc..bb0394fb0 100644 --- a/src/modules/m_samode.cpp +++ b/src/modules/m_samode.cpp @@ -51,7 +51,7 @@ class cmd_samode : public command_t Event rmode2((char *)&n, NULL, "send_opers"); rmode2.Send(ServerInstance); - /* XXX: Yes, this is right. We dont want to propogate the + /* XXX: Yes, this is right. We dont want to propagate the * actual SAMODE command, just the MODE command generated * by the send_mode */ |