From 91ba464409894c0215e54f086722309b9634d6f2 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 22 Feb 2023 15:15:43 +0100 Subject: cleanup: Fix typos in code line comments and logging messages --- test/other_tools/just_mr/create_test_archives.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/other_tools/just_mr/create_test_archives.cpp') diff --git a/test/other_tools/just_mr/create_test_archives.cpp b/test/other_tools/just_mr/create_test_archives.cpp index 031ca1ab..2f4327b7 100644 --- a/test/other_tools/just_mr/create_test_archives.cpp +++ b/test/other_tools/just_mr/create_test_archives.cpp @@ -98,7 +98,7 @@ auto main() -> int { // 1. move to correct directory { auto anchor = FileSystemManager::ChangeDirectory(tmp_dir->GetPath()); - // 2. create the archvies wrt to current directory + // 2. create the archives wrt to current directory std::optional res{std::nullopt}; res = ArchiveOps::CreateArchive( ArchiveType::kArchiveTypeZip, "zip_repo.zip", "root"); -- cgit v1.2.3