mirror of
https://github.com/anope/anope.git
synced 2026-06-26 03:26:38 +02:00
Fix various spelling issues (#274).
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
This commit is contained in:
+1
-1
@@ -332,7 +332,7 @@ bool cidr::operator<(const cidr &other) const
|
||||
if (i || this->cidr_len >= 128)
|
||||
return i < 0;
|
||||
|
||||
// Now all thats left is to compare 'remainig' bits at offset this->cidr_len / 8
|
||||
// Now all thats left is to compare 'remaining' bits at offset this->cidr_len / 8
|
||||
int remaining = this->cidr_len % 8;
|
||||
unsigned char m = 0xFF << (8 - remaining);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user