Change applet to application.

This commit is contained in:
Alessio Di Mauro
2015-11-06 13:14:52 +01:00
parent 71bd376a39
commit d38df01c6c
11 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ ykpiv_rc ykpiv_connect(ykpiv_state *state, const char *wanted) {
return YKPIV_OK;
} else {
if(state->verbose) {
fprintf(stderr, "Failed selecting applet: %04x\n", sw);
fprintf(stderr, "Failed selecting application: %04x\n", sw);
}
}
}