comment typos

This commit is contained in:
bootandy
2019-06-30 20:06:43 +01:00
parent 876609f2cb
commit 4906e9efda
+2 -2
View File
@@ -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])