summaryrefslogtreecommitdiffstats
path: root/library/std/src/sys/windows/path/tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/src/sys/windows/path/tests.rs')
-rw-r--r--library/std/src/sys/windows/path/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/windows/path/tests.rs b/library/std/src/sys/windows/path/tests.rs
index 6eab38cab..623c62361 100644
--- a/library/std/src/sys/windows/path/tests.rs
+++ b/library/std/src/sys/windows/path/tests.rs
@@ -105,7 +105,7 @@ fn test_parse_prefix_verbatim_device() {
assert_eq!(prefix, parse_prefix(r"\\?/C:\windows\system32\notepad.exe"));
}
-// See #93586 for more infomation.
+// See #93586 for more information.
#[test]
fn test_windows_prefix_components() {
use crate::path::Path;