fixed wording

This commit is contained in:
PoliEcho 2024-06-02 17:55:47 +02:00
parent b37dc50a98
commit 89b123856b

View File

@ -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()) {