diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-03 12:43:02 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-03 12:43:02 +0000 |
commit | b46b5f95258f239d427700dc032f78d920193fb4 (patch) | |
tree | d37b2239d9c008c67fcd38aa376895a4747254e8 | |
parent | 3bda9dcca8f74cf82da83a24cc35ae00ce326843 (diff) |
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
-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 4cc4c4238..a718b8094 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -53,8 +53,8 @@ extern std::vector<userrec*> 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 |