From: Mark Wooding Date: Thu, 18 Feb 2016 18:06:54 +0000 (+0000) Subject: Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/mLib X-Git-Tag: 2.2.3~7 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/d44d862af4bbf8ad140277938d15466b68a31216?hp=16d77cf98f5421b2ff88a09e7a653861b4250844 Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/mLib * 'master' of git.distorted.org.uk:~mdw/publish/public-git/mLib: Release 2.2.2.2. debian/source/format: Apparently these are now mandatory. debian/control: Add Build-Depends on python for improved testing. --- diff --git a/struct/dstr-putf.c b/struct/dstr-putf.c index 3f9b449..0ff4fb1 100644 --- a/struct/dstr-putf.c +++ b/struct/dstr-putf.c @@ -202,7 +202,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. */