From: Michal Vaner Date: Fri, 3 Oct 2008 18:07:31 +0000 (+0200) Subject: ucw docs: fix language error X-Git-Tag: holmes-import~269 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=17307e8b3b7e44ee4373b182e63e78b54d0d08c2;p=libucw.git ucw docs: fix language error Formatted has two "t"s. --- diff --git a/ucw/doc/mempool.txt b/ucw/doc/mempool.txt index 4ab8f675..e7cbdd73 100644 --- a/ucw/doc/mempool.txt +++ b/ucw/doc/mempool.txt @@ -12,6 +12,6 @@ allocated, growing and shrinking the last block and other tricks. * <> * <> * <> -* <> +* <> !!ucw/mempool.h diff --git a/ucw/mempool.h b/ucw/mempool.h index 63b47937..bad51315 100644 --- a/ucw/mempool.h +++ b/ucw/mempool.h @@ -389,7 +389,7 @@ char *mp_strjoin(struct mempool *p, char **a, uns n, uns sep) LIKE_MALLOC; /*** * [[format]] - * Formated output + * Formatted output * --------------- ***/