maint: fix typo in comment

* find/ftsfind.c (inside_dir): s/currentl/currently/
This commit is contained in:
Bernhard Voelker 2020-07-28 21:36:36 +02:00
parent dff4077ecd
commit 9be67ec6f4

View File

@ -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.
*/