hsmtool: this is 'success', not 'succes'

I tried to wait_for_log() on "successfully" without success :/

Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
This commit is contained in:
Antoine Poinsot
2021-06-15 00:57:47 +02:00
committed by Rusty Russell
parent a53aa1aaef
commit 526e6026f5

View File

@@ -212,7 +212,7 @@ static int decrypt_hsm(const char *hsm_secret_path)
unlink_noerr(backup);
tal_free(dir);
printf("Succesfully decrypted hsm_secret, be careful now :-).\n");
printf("Successfully decrypted hsm_secret, be careful now :-).\n");
return 0;
}
@@ -285,7 +285,7 @@ static int encrypt_hsm(const char *hsm_secret_path)
unlink_noerr(backup);
tal_free(dir);
printf("Succesfully encrypted hsm_secret. You'll now have to pass the "
printf("Successfully encrypted hsm_secret. You'll now have to pass the "
"--encrypted-hsm startup option.\n");
return 0;
}