summaryrefslogtreecommitdiff
path: root/src/remove_dir_all.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/remove_dir_all.rs')
-rw-r--r--src/remove_dir_all.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove_dir_all.rs b/src/remove_dir_all.rs
index 61f64b0..70c16a2 100644
--- a/src/remove_dir_all.rs
+++ b/src/remove_dir_all.rs
@@ -57,7 +57,7 @@ mod win {
// already need write permission in this dir to delete the directory. And it
// should be on the same volume.
//
- // To handle files with names like `CON` and `morse .. .`, and when a
+ // To handle files with names like `CON` and `morse .. .`, and when a
// directory structure is so deep it needs long path names the path is first
// converted to a `//?/`-path with `get_path()`.
//