From 4906e9efda7601edadfd4bc479486dfe29a5d021 Mon Sep 17 00:00:00 2001 From: bootandy Date: Sun, 30 Jun 2019 20:06:43 +0100 Subject: [PATCH] comment typos --- src/tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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])