From 89b123856b5ee8d7e59d36be8896ad181d9f4d1e Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Sun, 2 Jun 2024 17:55:47 +0200 Subject: [PATCH] fixed wording --- src/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) {