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>
This commit is contained in:
Matt Mackall 2006-01-03 13:27:11 +01:00 committed by Adrian Bunk
parent 7a1119b1fc
commit 4a4efbdee2
7 changed files with 16 additions and 16 deletions

View file

@ -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;