aboutsummaryrefslogtreecommitdiff
path: root/src/xline.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-07-01 12:33:51 +0100
committerGravatar Sadie Powell2021-07-01 12:33:51 +0100
commitd95d7fc4f574b4ce3593b6684dd9fd738c40fcab (patch)
tree88bc789896945fac5b82bc19dd4b8e440e590da6 /src/xline.cpp
parentRequire that hideserver is set to a valid hostname. (diff)
parentAllow reloading SSL profiles on rehash. (diff)
Merge branch 'insp3' into master.
Diffstat (limited to 'src/xline.cpp')
-rw-r--r--src/xline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp
index 5ed1479eb..441f655f9 100644
--- a/src/xline.cpp
+++ b/src/xline.cpp
@@ -165,7 +165,7 @@ void XLineManager::CheckELines()
{
u->exempt = false;
- /* This uses safe iteration to ensure that if a line expires here, it doenst trash the iterator */
+ /* This uses safe iteration to ensure that if a line expires here, it doesn't trash the iterator */
LookupIter safei;
for (LookupIter i = ELines.begin(); i != ELines.end(); )