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

fix

Rev: src/main.c:1.3
parent 246e9777
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ void main(int argc, char **argv, char **env)
break;
default:
fprintf(stderr,"Uknown flag '%c'\n",*p);
fprintf(stderr,"Unknown flag '%c'\n",*p);
exit(1);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment