]> mj.ucw.cz Git - libucw.git/commitdiff
ucw docs: fix language error
authorMichal Vaner <vorner@ucw.cz>
Fri, 3 Oct 2008 18:07:31 +0000 (20:07 +0200)
committerMichal Vaner <vorner@ucw.cz>
Fri, 3 Oct 2008 18:07:31 +0000 (20:07 +0200)
Formatted has two "t"s.

ucw/doc/mempool.txt
ucw/mempool.h

index 4ab8f67563eef98d521a2c1ea06f1bf7bbe5ee6d..e7cbdd7373615b94b825fea87556681732235989 100644 (file)
@@ -12,6 +12,6 @@ allocated, growing and shrinking the last block and other tricks.
 * <<gbuf,Growing buffers>>
 * <<store,Storing and restoring state>>
 * <<string,String operations>>
-* <<format,Formated output>>
+* <<format,Formatted output>>
 
 !!ucw/mempool.h
index 63b4793791e1a2ae67e0e5da344676ffffcffe79..bad5131593756f020f60e6423f0fe0058ab4e746 100644 (file)
@@ -389,7 +389,7 @@ char *mp_strjoin(struct mempool *p, char **a, uns n, uns sep) LIKE_MALLOC;
 
 /***
  * [[format]]
- * Formated output
+ * Formatted output
  * ---------------
  ***/