Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9756f38

Browse files
committed
Fix typo.
1 parent f5f0c17 commit 9756f38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libos.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ \subsection{Files and Directories \label{os-file-dir}}
10801080
of its subdirectories (directories are generated bottom up).
10811081

10821082
When \var{topdown} is true, the caller can modify the \var{dirnames} list
1083-
in-place (perhaps unsing \keyword{del} or slice assignment), and
1083+
in-place (perhaps using \keyword{del} or slice assignment), and
10841084
\function{walk()} will only recurse into the subdirectories whose names
10851085
remain in \var{dirnames}; this can be used to prune the search,
10861086
impose a specific order of visiting, or even to inform \function{walk()}

0 commit comments

Comments
 (0)