fixed wording
This commit is contained in:
parent
b37dc50a98
commit
89b123856b
@ -83,7 +83,7 @@ void port_check() {
|
||||
repeat = true;
|
||||
|
||||
while (repeat) {
|
||||
cout << "\nplease enter port you want to host on: ";
|
||||
cout << "\nplease enter port you want to use: ";
|
||||
|
||||
cin >> port;
|
||||
if(cin.fail()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user