Skip to content

Commit

Permalink
Spelling correction for error message with USE_HTAGS usage
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-github committed Jul 5, 2015
1 parent 42c376c commit 0d060c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/htags.cpp
Expand Up @@ -59,7 +59,7 @@ bool Htags::execute(const QCString &htmldir)
}
else
{
err("If you use USE_HTAGS then INPUT should specific a single directory. \n");
err("If you use USE_HTAGS then INPUT should specify a single directory.\n");
return FALSE;
}

Expand Down

0 comments on commit 0d060c4

Please sign in to comment.