diff options
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 */ |
