diff options
author | Adam <adam@sigterm.info> | 2015-09-06 16:11:50 -0400 |
---|---|---|
committer | Adam <adam@sigterm.info> | 2015-09-06 16:11:50 -0400 |
commit | 907e192aab72872d15186f87ae7acfe0f1b71901 (patch) | |
tree | 5862fa72b280113397bab9302c5b31cc5203693f /src/modes.cpp | |
parent | d6d0c883b07a917bbb2a21f1c73e2db701a05733 (diff) | |
parent | 1666b1a8d8d629fd4ea89b083863dc217154eee9 (diff) |
Merge pull request #126 from SaberUK/2.0+typos
Fix a ton of typos.
Diffstat (limited to 'src/modes.cpp')
-rw-r--r-- | src/modes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modes.cpp b/src/modes.cpp index 38266f95f..51b31bb7b 100644 --- a/src/modes.cpp +++ b/src/modes.cpp @@ -290,7 +290,7 @@ void StackerInfo::AddMode(Mode *mode, bool set, const Anope::string ¶m) break; } } - /* If the mode is on the other list, remove it from there (eg, we dont want +o-o Adam Adam) */ + /* If the mode is on the other list, remove it from there (eg, we don't want +o-o Adam Adam) */ for (it = otherlist->begin(), it_end = otherlist->end(); it != it_end; ++it) { /* The param must match too (can have multiple status or list modes), but @@ -320,7 +320,7 @@ static class ModePipe : public Pipe } } *modePipe; -/** Get the stacker info for an item, if one doesnt exist it is created +/** Get the stacker info for an item, if one doesn't exist it is created * @param Item The user/channel etc * @return The stacker info */ |