From 26a09fe58f71864c495dc6b5657e2124a1c93ddc Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 30 Aug 2018 16:42:28 +0200 Subject: [PATCH] typo --- README.md | 2 +- src/whyblock.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c93187..8092ca2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It has a text interface and uses a SQLite-database. ```PLAIN $ whyblocked -This is whyblock 0.4.0. +This is whyblocked 0.4.0. Type add, remove, view or details. Or just the first letter. Type quit or q to quit the program. : add diff --git a/src/whyblock.cpp b/src/whyblock.cpp index 552ae8c..e5b7c5e 100644 --- a/src/whyblock.cpp +++ b/src/whyblock.cpp @@ -47,7 +47,7 @@ int main(int argc, char *argv[]) sqlite::connection con(get_filepath()); bool keeprunning = true; - cout << "This is whyblock " << global::version << ".\n"; + cout << "This is whyblocked " << global::version << ".\n"; cout << "Type add, remove, view or details. Or just the first letter.\n"; cout << "Type quit or q to quit the program.\n"; while (keeprunning)