From 17307e8b3b7e44ee4373b182e63e78b54d0d08c2 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Fri, 3 Oct 2008 20:07:31 +0200 Subject: [PATCH] ucw docs: fix language error Formatted has two "t"s. --- ucw/doc/mempool.txt | 2 +- ucw/mempool.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 * --------------- ***/ -- 2.39.2