Skip to content
Snippets Groups Projects
Commit 03764e36 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

fixed a typo

Rev: bin/test_pike.pike:1.2
parent 0a1d083e
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ int main(int argc, string *argv)
default:
if(tests)
{
perror("Uknown argument: "+opt+".\n");
perror("Unknown argument: "+opt+".\n");
exit(1);
}
tests=(read_bytes(argv[e])||"")/"\n....\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment