Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f0c17 commit 9756f38Copy full SHA for 9756f38
1 file changed
Doc/lib/libos.tex
@@ -1080,7 +1080,7 @@ \subsection{Files and Directories \label{os-file-dir}}
1080
of its subdirectories (directories are generated bottom up).
1081
1082
When \var{topdown} is true, the caller can modify the \var{dirnames} list
1083
-in-place (perhaps unsing \keyword{del} or slice assignment), and
+in-place (perhaps using \keyword{del} or slice assignment), and
1084
\function{walk()} will only recurse into the subdirectories whose names
1085
remain in \var{dirnames}; this can be used to prune the search,
1086
impose a specific order of visiting, or even to inform \function{walk()}
0 commit comments