Skip to content
Snippets Groups Projects
Commit cae9f953 authored by deuce's avatar deuce
Browse files

Fix spelling error in unlikely error message.

parent 48743cb5
No related branches found
No related tags found
No related merge requests found
......@@ -755,7 +755,7 @@ int main(int argc, char** argv) {
break;
case SPY_STDINLOST:
uifc.msg("STDIN has gone away... you probobly can't close this window. :-)");
uifc.msg("STDIN has gone away... you probably can't close this window. :-)");
break;
case SPY_CLOSED:
......
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