diff options
author | InspIRCd Robot <noreply@inspircd.org> | 2020-04-21 06:34:17 +0000 |
---|---|---|
committer | Matt Schatz <genius3000@g3k.solutions> | 2020-04-21 00:52:12 -0600 |
commit | 4f9abe96a4301a740d4a5fd7932550d88d60a3fc (patch) | |
tree | eafd249fbf0c3ad4c631146446d5d953508e88b4 /include/extensible.h | |
parent | 43d0efaa2195c445ae7cc130d235781506758a9d (diff) |
Fixes by misspell-fixer
Diffstat (limited to 'include/extensible.h')
-rw-r--r-- | include/extensible.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extensible.h b/include/extensible.h index 6c3146884..6b4c4a78a 100644 --- a/include/extensible.h +++ b/include/extensible.h @@ -134,7 +134,7 @@ class CoreExport ExtensionItem : public ServiceProvider, public usecountbase * a map associated with the object. In this way modules can store their own custom information within user * objects, channel objects and server objects, without breaking other modules (this is more sensible than using * a flags variable, and each module defining bits within the flag as 'theirs' as it is less prone to conflict and - * supports arbitary data storage). + * supports arbitrary data storage). */ class CoreExport Extensible : public classbase |