aboutsummaryrefslogtreecommitdiffstats
path: root/src/xline.cpp
diff options
context:
space:
mode:
authorGravatar Josh Soref2021-06-21 16:47:06 -0400
committerGravatar GitHub2021-06-21 21:47:06 +0100
commitde6d4dbd1e8845e08c2d87cd89a919e5b21ba619 (patch)
treef3c964db5830e7b15361889cd61daceabe3d7466 /src/xline.cpp
parentUpdate example configuration for 'if-host-match' oper autologin option. (diff)
Fix various spelling issues (#1883).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
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 1d03f3a9e..c48ac2530 100644
--- a/src/xline.cpp
+++ b/src/xline.cpp
@@ -167,7 +167,7 @@ void XLineManager::CheckELines()
LocalUser* u = *u2;
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(); )