Merge branch 'fix_typo' of ssh://github.com/mscherer/yubico-piv-tool into mscherer-fix_typo

This commit is contained in:
Klas Lindfors
2016-05-09 09:01:28 +02:00
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ ykpiv_rc ykpiv_connect(ykpiv_state *state, const char *wanted) {
if(*reader_ptr == '\0') {
if(state->verbose) {
fprintf(stderr, "error: no useable reader found.\n");
fprintf(stderr, "error: no usable reader found.\n");
}
SCardReleaseContext(state->context);
state->context = SCARD_E_INVALID_HANDLE;