aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSan Jacobs2022-07-28 05:13:03 +0200
committerSan Jacobs2022-07-28 05:13:03 +0200
commit875a0bbe45f99f32bcb3a3f38c53e70a9c0f9ed8 (patch)
treed00430e86247c40e8062c206c7b212b0a42355d2 /src
parent044cdef2122faa384717f98449ec7a4018c14cde (diff)
downloadsatscalc-875a0bbe45f99f32bcb3a3f38c53e70a9c0f9ed8.tar.gz
satscalc-875a0bbe45f99f32bcb3a3f38c53e70a9c0f9ed8.tar.bz2
satscalc-875a0bbe45f99f32bcb3a3f38c53e70a9c0f9ed8.zip
Fixed typo
Diffstat (limited to 'src')
-rwxr-xr-xsrc/main.cpp2
1 files changed, 1 insertions, 1 deletions
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;