diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-08 16:40:59 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-08 16:40:59 +0000 |
commit | 7141595fda12cc3ec24ecc38543f20b515825f22 (patch) | |
tree | 695eff7ec5bdd7ba096e2b2e4786f81939f7c510 /src | |
parent | d0907cf5e1084fdc5b5eaeab3fd1d4b84226b1e0 (diff) |
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')
-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 |