summaryrefslogtreecommitdiff
path: root/test/other_tools/just_mr/create_test_archives.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-02-22 15:15:43 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-02-22 15:39:46 +0100
commit91ba464409894c0215e54f086722309b9634d6f2 (patch)
tree9dd9364ab5a64716992055a3c22f2e2ad5400949 /test/other_tools/just_mr/create_test_archives.cpp
parentd7d81aa3ed9fedd5e78d6e5aedb43b124427914f (diff)
downloadjustbuild-91ba464409894c0215e54f086722309b9634d6f2.tar.gz
cleanup: Fix typos in code line comments and logging messages
Diffstat (limited to 'test/other_tools/just_mr/create_test_archives.cpp')
-rw-r--r--test/other_tools/just_mr/create_test_archives.cpp2
1 files changed, 1 insertions, 1 deletions
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<std::string> res{std::nullopt};
res = ArchiveOps::CreateArchive(
ArchiveType::kArchiveTypeZip, "zip_repo.zip", "root");