* 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