X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fxstring%2Fxstring.h;h=450a9aef95cd511d8621b3d65c24ec6a4aff9ac8;hb=d1a951b82386391b82e48b32403891f85e253565;hp=4be6b448f03568a0968d3dc2c9148ad4be5f1771;hpb=d26475dcfc3182030c664e6cdaff5aafbcaa159d;p=ccan diff --git a/ccan/xstring/xstring.h b/ccan/xstring/xstring.h index 4be6b448..450a9aef 100644 --- a/ccan/xstring/xstring.h +++ b/ccan/xstring/xstring.h @@ -131,7 +131,7 @@ int xstrAddSubs(xstring *x, ...); * @x: pointer to xstring * @src: string to append * - * Run xstrAdd. Reterminate at inital length if truncation occurs. + * Run xstrAdd. Reterminate at initial length if truncation occurs. * * Return: x->truncated */ @@ -141,7 +141,7 @@ int xstrAddSubs(xstring *x, ...); * @x: pointer to xstring * @...: one or more strings followed by NULL * - * Run xstrCat. Reterminate at inital length if truncation occurs. + * Run xstrCat. Reterminate at initial length if truncation occurs. * * Return: x->truncated */ @@ -152,7 +152,7 @@ int xstrAddSubs(xstring *x, ...); * @sep: separator string * @...: one or more strings followed by NULL * - * Run xstrJoin. Reterminate at inital length if truncation occurs. + * Run xstrJoin. Reterminate at initial length if truncation occurs. * * Return: x->truncated */ @@ -163,7 +163,7 @@ int xstrAddSubs(xstring *x, ...); * @x: pointer to xstring * @...: one or more pairs of string and length followed by NULL * - * Run xstrAddSubs. Reterminate at inital length if truncation occurs. + * Run xstrAddSubs. Reterminate at initial length if truncation occurs. * * Return: x->truncated */