aboutsummaryrefslogtreecommitdiff
path: root/networks/plaintext_buffered.h
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-07-25 20:37:54 +0800
committerRunxi Yu <me@runxiyu.org>2024-07-25 20:38:08 +0800
commit59fce98dc66b3c3bfa7256a32d0008a0f0a4b9aa (patch)
tree0408c916d08e5b45ed12fca451f88f97f6585c4e /networks/plaintext_buffered.h
parentd4afb359bc2a41c16cc8ce7baac58a5fad94c468 (diff)
downloadhaxircd-59fce98dc66b3c3bfa7256a32d0008a0f0a4b9aa.tar.gz
haxircd-59fce98dc66b3c3bfa7256a32d0008a0f0a4b9aa.zip
Typo fix: s/seperate/separate/g
Diffstat (limited to 'networks/plaintext_buffered.h')
-rw-r--r--networks/plaintext_buffered.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networks/plaintext_buffered.h b/networks/plaintext_buffered.h
index 71b0483..4670d14 100644
--- a/networks/plaintext_buffered.h
+++ b/networks/plaintext_buffered.h
@@ -1,4 +1,4 @@
-// Plaintext TCP networking, with a buffer and a seperate sending thread
+// Plaintext TCP networking, with a buffer and a separate sending thread
//
// Written by: Test_User <hax@andrewyu.org>
//