[PATCH 2/2] maint: fix typo in comment in safe-atoi.c

2018-11-10 Thread Bernhard Voelker
* lib/safe-atoi.c (safe_atoi): s/chack/check/ --- lib/safe-atoi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/safe-atoi.c b/lib/safe-atoi.c index 8e63abb6..df98e4d7 100644 --- a/lib/safe-atoi.c +++ b/lib/safe-atoi.c @@ -52,7 +52,7 @@ safe_atoi (const char *s, enum quoti

[PATCH 1/2] doc: remove already retired configure --enable-debug from README

2018-11-10 Thread Bernhard Voelker
That configure option has been removed with commit 995151807658, so also remove it from README. * README (Special configure options): Do the above. --- README | 6 -- 1 file changed, 6 deletions(-) diff --git a/README b/README index 6b6ce274..b4862fcf 100644 --- a/README +++ b/README @@ -37,