From 7141595fda12cc3ec24ecc38543f20b515825f22 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 8 Dec 2005 16:40:59 +0000 Subject: Typo in a comment, talk about grammar-nazi git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2271 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/xline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xline.cpp') 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 -- cgit v1.2.3