Skip to content

Commit 53aaf86

Browse files
fix(cli): typo
1 parent 491d25c commit 53aaf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/Main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ void sign(const argparse::ArgumentParser& cli, const std::string& inputPath) {
217217
void verify(const argparse::ArgumentParser& cli, const std::string& inputPath) {
218218
auto packFile = PackFile::open(inputPath);
219219
if (!packFile) {
220-
std::cerr << "Could not open then pack file at \"" << inputPath << "\": it failed to load!" << std::endl;
220+
std::cerr << "Could not open the pack file at \"" << inputPath << "\": it failed to load!" << std::endl;
221221
return;
222222
}
223223

0 commit comments

Comments
 (0)