diff options
| author | 2020-04-21 06:34:17 +0000 | |
|---|---|---|
| committer | 2020-04-21 00:52:12 -0600 | |
| commit | 4f9abe96a4301a740d4a5fd7932550d88d60a3fc (patch) | |
| tree | eafd249fbf0c3ad4c631146446d5d953508e88b4 /src/modules/m_ident.cpp | |
| parent | Add a workflow that checks for and corrects typos. (diff) | |
Fixes by misspell-fixer
Diffstat (limited to 'src/modules/m_ident.cpp')
| -rw-r--r-- | src/modules/m_ident.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index df80cd82f..18c79b5d8 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -61,7 +61,7 @@ enum * our ident lookup class that is outside of this module, or out- * side of the control of the class. There are no timers, internal * events, or such, which will cause the socket to be deleted, - * queued for deletion, etc. In fact, theres not even any queueing! + * queued for deletion, etc. In fact, there's not even any queueing! * * Using this framework we have a much more stable module. * @@ -183,7 +183,7 @@ class IdentRequestSocket : public EventHandler void Close() { - /* Remove ident socket from engine, and close it, but dont detatch it + /* Remove ident socket from engine, and close it, but dont detach it * from its parent user class, or attempt to delete its memory. */ if (HasFd()) |
