s/retreiv/retriev/g

As everyone knows, the rule is: "i before e.. um.. always."

Signed-off-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Esse commit está contido em:
Matt Mackall
2006-01-03 13:27:11 +01:00
commit de Adrian Bunk
commit 4a4efbdee2
7 arquivos alterados com 16 adições e 16 exclusões
+1 -1
Ver Arquivo
@@ -101,7 +101,7 @@ void str_printf(struct gstr *gs, const char *fmt, ...)
va_end(ap);
}
/* Retreive value of growable string */
/* Retrieve value of growable string */
const char *str_get(struct gstr *gs)
{
return gs->s;