From 5a4d60c9e58e4a86cefe02b15d4a146ce543e22f Mon Sep 17 00:00:00 2001 From: login Date: Wed, 11 Mar 2020 04:38:03 +0000 Subject: Fixed typo 'creata' to 'create' Thanks to ~lickthecheese on tilde.town, tilde.team and other tildeboxes, I was informed of this typo: 'creata' -> 'create' --- tcoin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcoin.cpp b/tcoin.cpp index c9bd4b4..6ee1990 100644 --- a/tcoin.cpp +++ b/tcoin.cpp @@ -726,7 +726,7 @@ bool is_logged_on(const char* username) fin.close(); remove(salt_logged_in_file.c_str()); remove(salt_file.c_str()); - std::cout << "\n\nYour salt logged in file is empty. You'll have to run `tcoin init` and creata a new passphrase.\n\n"; + std::cout << "\n\nYour salt logged in file is empty. You'll have to run `tcoin init` and create a new passphrase.\n\n"; return false; } //control only reaches here if (fin && !file_is_empty(fin)), so the user is indeed logged in -- cgit 1.4.1-2-gfad0