From 875a0bbe45f99f32bcb3a3f38c53e70a9c0f9ed8 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Thu, 28 Jul 2022 05:13:03 +0200 Subject: Fixed typo --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 9324ae5..02037b8 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -80,7 +80,7 @@ int main(int argc, char* argv[]) std::cout << "[4] Lunch: " << timeprint((timeblock){lunch_start, lunch_end}) << "\n" << std::endl; // TODO: Add second lunch option - std::cout << "Write the number for what you want to change, or 0, to go to the next day." << std::endl; + std::cout << "Write the number for what you want to change, or 0 to go to the next day." << std::endl; int input_number = 8; std::cin >> input_number; -- cgit v1.2.1