diff --git a/src/tests.rs b/src/tests.rs index d2469ea..a5fa9f7 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -197,9 +197,9 @@ pub fn test_hard_sym_link() { let (r, r2) = hard_link_output(dir_s, file_path_s, link_name_s); - // Because this is a hard link the file and hard link look identicle. Therefore + // Because this is a hard link the file and hard link look identical. Therefore // we cannot guarantee which version will appear first. - // TODO: Consider adding predictable itteration order (sort file entries by name?) + // TODO: Consider adding predictable iteration order (sort file entries by name?) let result = panic::catch_unwind(|| { assert_cli::Assert::main_binary() .with_args(&[dir_s])