From 1e39558fbcd43c93a35b8d17fd123ec86cad15f1 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 10 Oct 2022 00:39:32 +0200 Subject: [PATCH] Typo Signed-off-by: Pol Henarejos --- tools/pico-hsm-tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pico-hsm-tool.py b/tools/pico-hsm-tool.py index 4de30ab..8878ad3 100755 --- a/tools/pico-hsm-tool.py +++ b/tools/pico-hsm-tool.py @@ -184,7 +184,7 @@ def initialize(card, args): print('') print('Note that the device is initialized with a default PIN and ' 'configuration.') - print('Now you can initialize the device as usual with you chosen PIN ' + print('Now you can initialize the device as usual with your chosen PIN ' 'and configuration options.') def attestate(card, args):