From f84d332c156c8e20e31f603e5130637edb60cacf Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 8 Jan 2015 15:25:27 +0100 Subject: [PATCH] Fix typo. --- tool/yubico-piv-tool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/yubico-piv-tool.c b/tool/yubico-piv-tool.c index f731dc3..1965898 100644 --- a/tool/yubico-piv-tool.c +++ b/tool/yubico-piv-tool.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Yubico AB + * Copyright (c) 2014-2015 Yubico AB * All rights reserved. * * This program is free software: you can redistribute it and/or modify @@ -83,7 +83,7 @@ static void print_version(ykpiv_state *state) { if(ykpiv_get_version(state, version, sizeof(version)) == YKPIV_OK) { printf("Applet version %s found.\n", version); } else { - fprintf(stderr, "Failed to retreive apple version.\n"); + fprintf(stderr, "Failed to retrieve applet version.\n"); } }