diff options
| author | 2005-12-08 16:40:59 +0000 | |
|---|---|---|
| committer | 2005-12-08 16:40:59 +0000 | |
| commit | 7141595fda12cc3ec24ecc38543f20b515825f22 (patch) | |
| tree | 695eff7ec5bdd7ba096e2b2e4786f81939f7c510 /src/xline.cpp | |
| parent | Now sets expiries properly on glines etc set with ADDLINE (diff) | |
| download | inspircd++-7141595fda12cc3ec24ecc38543f20b515825f22.tar.gz inspircd++-7141595fda12cc3ec24ecc38543f20b515825f22.tar.bz2 inspircd++-7141595fda12cc3ec24ecc38543f20b515825f22.zip | |
Typo in a comment, talk about grammar-nazi
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2271 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/xline.cpp')
| -rw-r--r-- | src/xline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index f7c615a36..ffe38c94d 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -105,8 +105,8 @@ extern address_cache IP; * Because the old way was horrendously slow, the new way of expiring xlines is very * very efficient. I have improved the efficiency of the algorithm in two ways: * - * (1) There are now two lists of items for each linetype. One list holds permenant - * items, and the other list holds temporary items (ones which will expire). + * (1) There are now two lists of items for each linetype. One list holds temporary + * items, and the other list holds permenant items (ones which will expire). * Items which are on the permenant list are NEVER checked at all by the * expire_lines() function. * (2) The temporary xline lists are always kept in strict numerical order, keyed by |
