From 07e33af747550959e2f5d6f8392c64a3aedc6cf1 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Tue, 31 Mar 2020 10:32:44 +0200 Subject: [PATCH] Update cmd/clef/intapi_changelog.md Co-Authored-By: ligi --- cmd/clef/intapi_changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/clef/intapi_changelog.md b/cmd/clef/intapi_changelog.md index 3c95220c16..f7e6993cf5 100644 --- a/cmd/clef/intapi_changelog.md +++ b/cmd/clef/intapi_changelog.md @@ -16,7 +16,7 @@ Added `clef_New` to the internal API calleable from a UI. > `New` creates a new password protected Account. The private key is protected with > the given password. Users are responsible to backup the private key that is stored -> in the keystore location thas was specified when this API was created. +> in the keystore location that was specified when this API was created. > This method is the same as New on the external API, the difference being that > this implementation does not ask for confirmation, since it's initiated by > the user