diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-04-19 03:35:49 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-04-19 03:35:49 -0700 |
commit | 98131a0a1c9d8ccc1f0015552a26882b58a9cbf3 (patch) | |
tree | 7465c02bb80532f35ec621239f30d8cb7ad257c7 /include/snomasks.h | |
parent | 58c47b3943d45ca630e68ac62f0fba0eddee9ed4 (diff) | |
parent | 627fa2acc85865055f7449e161ee4dfed17daa1a (diff) |
Merge pull request #85 from Robby-/insp20-typosnstuff
[2.0] Add conf/ to include paths and fix some typos
Diffstat (limited to 'include/snomasks.h')
-rw-r--r-- | include/snomasks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/snomasks.h b/include/snomasks.h index a3c9e971e..0c62a4229 100644 --- a/include/snomasks.h +++ b/include/snomasks.h @@ -38,7 +38,7 @@ class Snomask void Flush(); }; -/** Snomask manager handles routing of SNOMASK (usermode +n) messages to opers. +/** Snomask manager handles routing of SNOMASK (usermode +s) messages to opers. * Modules and the core can enable and disable snomask characters. If they do, * then sending snomasks using these characters becomes possible. */ |