summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-06-07 19:47:15 +0100
committerPeter Powell <petpow@saberuk.com>2019-06-07 20:22:43 +0100
commitf6b33a8facd6ca200292786c1061782c41cdd278 (patch)
tree429c0063f9174e3bf0a5134aa5eb8737287ca934 /src/modules/m_spanningtree
parent638e4bb417ebcd4f0a384ac19585620b0fde1569 (diff)
Replace all abstract usages of his/he/her with they/their/it.
Diffstat (limited to 'src/modules/m_spanningtree')
-rw-r--r--src/modules/m_spanningtree/svsnick.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/svsnick.cpp b/src/modules/m_spanningtree/svsnick.cpp
index a734dc8ed..c44a6a4bb 100644
--- a/src/modules/m_spanningtree/svsnick.cpp
+++ b/src/modules/m_spanningtree/svsnick.cpp
@@ -41,7 +41,7 @@ CmdResult CommandSVSNick::Handle(User* user, Params& parameters)
// 4. SVSNICK arrives
// 5. Attila_ gets his nick changed to Guest12345 unnecessarily
//
- // In this case when the SVSNICK is processed the target has already changed his nick to something
+ // In this case when the SVSNICK is processed the target has already changed their nick to something
// which isn't protected, so changing the nick again to a Guest nick is not desired.
// However, if the expected nick TS parameter is present in the SVSNICK then the nick change in step 5
// won't happen because the timestamps won't match.