findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Bernhard Voelker
Subject: [PATCH 3/6] maint: fix typo in comment
Date: Fri, 14 Aug 2020 00:20:17 +0200

* 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
     {
       /* FTS_CWDFD is not in use.  We can always assume that
-       * AT_FDCWD refers to the directory we are currentl searching.
+       * AT_FDCWD refers to the directory we are currently searching.
        *
        * Therefore there is nothing to do.
        */
-- 
2.28.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]