diff --git a/src/input.cpp b/src/input.cpp index 56daaae..1dce144 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -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()) {