From de6d4dbd1e8845e08c2d87cd89a919e5b21ba619 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 21 Jun 2021 16:47:06 -0400 Subject: Fix various spelling issues (#1883). Signed-off-by: Josh Soref --- src/modules/m_spanningtree/fjoin.cpp | 4 ++-- src/modules/m_spanningtree/ftopic.cpp | 2 +- src/modules/m_spanningtree/treesocket.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/m_spanningtree') diff --git a/src/modules/m_spanningtree/fjoin.cpp b/src/modules/m_spanningtree/fjoin.cpp index 962539970..4bc24b0d5 100644 --- a/src/modules/m_spanningtree/fjoin.cpp +++ b/src/modules/m_spanningtree/fjoin.cpp @@ -57,7 +57,7 @@ CmdResult CommandFJoin::Handle(User* srcuser, Params& params) * When two sides of a split heal and this occurs, the following things * will happen: * - * If the timestamps are exactly equal, both sides merge their privilages + * If the timestamps are exactly equal, both sides merge their privileges * and users, as in InspIRCd 1.0 and ircd2.8. The channels have not been * re-created during a split, this is safe to do. * @@ -83,7 +83,7 @@ CmdResult CommandFJoin::Handle(User* srcuser, Params& params) * [[,][:] * is a concatenation of the mode letters the user has on the channel * (e.g.: "ov" if the user is opped and voiced). The order of the mode letters - * are not important but if a server ecounters an unknown mode letter, it will + * are not important but if a server encounters an unknown mode letter, it will * drop the link to avoid desync. * * InspIRCd 2.0 and older required a comma before the uuid even if the user diff --git a/src/modules/m_spanningtree/ftopic.cpp b/src/modules/m_spanningtree/ftopic.cpp index 2f9813860..bf76f834f 100644 --- a/src/modules/m_spanningtree/ftopic.cpp +++ b/src/modules/m_spanningtree/ftopic.cpp @@ -50,7 +50,7 @@ CmdResult CommandFTopic::Handle(User* user, Params& params) /* * If the topics were updated at the exact same second, accept * the remote only when it's "bigger" than ours as defined by - * string comparison, so non-empty topics always overridde + * string comparison, so non-empty topics always override * empty topics if their timestamps are equal * * Similarly, if the topic texts are equal too, keep one topic diff --git a/src/modules/m_spanningtree/treesocket.h b/src/modules/m_spanningtree/treesocket.h index 5d0fc9f2d..fd01c8e34 100644 --- a/src/modules/m_spanningtree/treesocket.h +++ b/src/modules/m_spanningtree/treesocket.h @@ -34,7 +34,7 @@ /* * The server list in InspIRCd is maintained as two structures * which hold the data in different ways. Most of the time, we - * want to very quicky obtain three pieces of information: + * want to very quickly obtain three pieces of information: * * (1) The information on a server * (2) The information on the server we must send data through -- cgit v1.3.1-10-gc9f91