[PATCH 3/6] maint: fix typo in comment

2020-08-13 Thread Bernhard Voelker
* find/ftsfind.c (inside_dir): s/currentl/currently/ --- find/ftsfind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find/ftsfind.c b/find/ftsfind.c index b4bccb4d..783148c5 100644 --- a/find/ftsfind.c +++ b/find/ftsfind.c @@ -126,7 +126,7 @@ inside_dir (int dir_fd) else

[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

Re: Typo in comment

2017-08-28 Thread Bernhard Voelker
tached patch (not yet pushed). Have a nice day, Berny >From 971d3422b6eae20d07f1b0148c51a6699c83fddc Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Mon, 28 Aug 2017 22:46:24 +0200 Subject: [PATCH] maint: fix typo in comment * locate/locate.c (dolocate): Change a double comma to

Typo in comment

2017-08-28 Thread Reuben Thomas
In locate.c, the following line contains a double comma which should be a single comma (checked against current git): * setuid-access-controlled database,, since that could cause a leak -- https://rrt.sc3d.org