Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-stdx/tests/path.rs')
| -rw-r--r-- | helix-stdx/tests/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-stdx/tests/path.rs b/helix-stdx/tests/path.rs index cc3c15cb..ebc35f02 100644 --- a/helix-stdx/tests/path.rs +++ b/helix-stdx/tests/path.rs @@ -100,7 +100,7 @@ fn test_normalize_path() -> Result<(), Box<dyn Error>> { assert_eq!( path::normalize(&path), expected, - "input {:?} and \"..\" should not erase the simlink that goes ahead", + "input {:?} and \"..\" should not erase the symlink that goes ahead", &path ); |