Skip to content

Commit

Permalink
Merge pull request #3430 from mdkeehan/master
Browse files Browse the repository at this point in the history
A spelling correction
  • Loading branch information
jeizenga authored Sep 23, 2021
2 parents 22044be + dc4e608 commit 29d7666
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

1 comment on commit 29d7666

@adamnovak
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vg CI tests complete for merge to master. View the full report here.

16 tests passed, 0 tests failed and 0 tests skipped in 10651 seconds

Please sign in to comment.