X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/44ea419e0dbe35c081bbfc4c7ab15df276b71b59..8274a67645c1b23e5aa30132c46f0aea03183df8:/struct/dstr-putf.c diff --git a/struct/dstr-putf.c b/struct/dstr-putf.c index 3f9b449..e097968 100644 --- a/struct/dstr-putf.c +++ b/struct/dstr-putf.c @@ -32,7 +32,6 @@ #include #include #include -#include #include #include #include @@ -202,7 +201,7 @@ int dstr_vputf(dstr *d, const char *p, va_list *ap) /* --- Initial pass through the input, parsing format specifiers --- * * * We essentially compile the format string into a vector of @fmtspec@ - * objects, each of which represnts a chunk of literal text followed by a + * objects, each of which represents a chunk of literal text followed by a * (possibly imaginary, in the case of the final one) formatting directive. * Output then simply consists of interpreting these specifiers in order. */