From: Martin Mares Date: Fri, 21 Sep 2007 10:10:30 +0000 (+0200) Subject: Fixed a typo. X-Git-Tag: holmes-import~506^2~11^2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=c6d7764df1586bbf20bac50203f601f572ba9372;p=libucw.git Fixed a typo. --- diff --git a/lib/sorter/sorter.h b/lib/sorter/sorter.h index da848979..565a8de8 100644 --- a/lib/sorter/sorter.h +++ b/lib/sorter/sorter.h @@ -14,7 +14,7 @@ * corresponding preprocessor macros, it generates a file sorter * with the parameters given. * - * The sorter operates on fastbufs containing sequences of items. Each items + * The sorter operates on fastbufs containing sequences of items. Each item * consists of a key, optionally followed by data. The keys are represented * by fixed-size structures of type SORT_KEY internally, if this format differs * from the on-disk format, explicit reading and writing routines can be provided.