From b46b5f95258f239d427700dc032f78d920193fb4 Mon Sep 17 00:00:00 2001 From: om Date: Mon, 3 Jul 2006 12:43:02 +0000 Subject: Just to be really anal, typo fix in comment git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4106 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/xline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/xline.cpp b/src/xline.cpp index 4cc4c4238..a718b8094 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -53,8 +53,8 @@ extern std::vector local_users; * 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 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 + * items, and the other list holds permanent items (ones which will expire). + * Items which are on the permanent 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 * current time + duration. This means that the line which is due to expire the -- cgit v1.2.3