Skip to content

Commit

Permalink
Merge pull request #1 from mdkeehan/mdkeehan-patch-1
Browse files Browse the repository at this point in the history
A spelling correction in  autoindex_main.cpp
  • Loading branch information
mdkeehan authored Sep 23, 2021
2 parents 22044be + c5e3c41 commit dc4e608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/autoindex_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ int main_autoindex(int argc, char** argv) {
}

if (IndexingParameters::verbosity >= IndexingParameters::Basic) {
cerr << "[vg autoindex] Excecuting command:";
cerr << "[vg autoindex] Executing command:";
for (int i = 0; i < argc; ++i) {
cerr << " " << argv[i];
}
Expand Down

0 comments on commit dc4e608

Please sign in to comment.