about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorlogin <login@tilde.team>2020-03-11 04:38:03 +0000
committerlogin <login@tilde.team>2020-03-11 04:38:03 +0000
commit5a4d60c9e58e4a86cefe02b15d4a146ce543e22f (patch)
tree7ea64e6d059c1bb81cdc6346b303a9a6f6044335
parent27b63d30449cafe4707d70eca9ec54978a9499ea (diff)
downloadtcoin-5a4d60c9e58e4a86cefe02b15d4a146ce543e22f.tar.gz
Fixed typo 'creata' to 'create'
Thanks to ~lickthecheese on tilde.town, tilde.team and other tildeboxes, I was informed of this typo: 'creata' -> 'create'
-rw-r--r--tcoin.cpp2
1 files changed, 1 insertions, 1 deletions
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