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

Fix type in error message.

parent 5cd63f6b
Branches
Tags
No related merge requests found
......@@ -170,7 +170,7 @@ int modem_connect(struct bbslist *bbs)
modem_close();
uifc.pop(NULL);
uifcmsg("No Answer", "`No Answer`\n\n"
"The modem did not connect withing 30 seconds.\n");
"The modem did not connect within 30 seconds.\n");
conn_api.terminate=-1;
return(-1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment