mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
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:
parent
7a1119b1fc
commit
4a4efbdee2
7 changed files with 16 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue