X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fsorter%2Fsorter.h;h=565a8de8ec4dd4307d160c5d2e29ed44ffa2a553;hb=91c499892f07ad6494351a1c1985a0d3e2600a25;hp=da848979da595369c5e6b10e29e73bc287b3fbf4;hpb=5c21b096ab39ece4c9ad80047144b2fde0c54758;p=libucw.git 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.