summaryrefslogtreecommitdiff
path: root/include/numerics.h
diff options
context:
space:
mode:
authorRobby <Robby-@users.noreply.github.com>2019-04-28 10:14:21 +0200
committerPeter Powell <petpow@saberuk.com>2019-04-28 09:14:21 +0100
commite57d1b19ff4823b7885eb7f4d3b37c84d2edca0e (patch)
tree81e3825243464f332742b7e945053d32d726808b /include/numerics.h
parent2533dc10f987eedb99d780c7debd948f22705679 (diff)
Textual improvements and fixes such as typos, casing, etc. (#1612)
Diffstat (limited to 'include/numerics.h')
-rw-r--r--include/numerics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/numerics.h b/include/numerics.h
index 8b574b249..8bde83e1a 100644
--- a/include/numerics.h
+++ b/include/numerics.h
@@ -124,7 +124,7 @@ enum
/*
* A quick side-rant about the next group of numerics..
- * There are clients out there that like to assume that just because they don't recieve a numeric
+ * There are clients out there that like to assume that just because they don't receive a numeric
* they know, that they have joined the channel.
*
* If IRC was at all properly standardised, this may even be a semi-acceptable assumption to make,
@@ -133,7 +133,7 @@ enum
* instead!
*
* tl;dr version:
- * DON'T MAKE YOUR CLIENT ASSUME YOU JOINED UNLESS YOU RECIEVE A JOIN WITH YOUR DAMN NICK ON IT.
+ * DON'T MAKE YOUR CLIENT ASSUME YOU JOINED UNLESS YOU RECEIVE A JOIN WITH YOUR DAMN NICK ON IT.
* Thanks.
*
* -- A message from the IRC group for coder sanity, and w00t