On 2/17/25 11:51 AM, Askar Safin wrote: > Signed-off-by: Askar Safin <safinaskar@xxxxxxxxxxxx> LGTM. Reviewed-by: Carlos O'Donell <carlos@xxxxxxxxxx> > --- > man/man3/getcwd.3 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man/man3/getcwd.3 b/man/man3/getcwd.3 > index 919ffb08f..f3da4b5a9 100644 > --- a/man/man3/getcwd.3 > +++ b/man/man3/getcwd.3 > @@ -245,7 +245,7 @@ process (e.g., because the process set a new filesystem root using > without changing its current directory into the new root). > Such behavior can also be caused by an unprivileged user by changing > the current directory into another mount namespace. > -When dealing with pathname from untrusted sources, callers of the > +When dealing with pathnames from untrusted sources, callers of the > functions described in this page (until glibc 2.27) > or the raw > .BR getcwd () -- Cheers, Carlos.