diff options
Diffstat (limited to '')
-rw-r--r-- | scd/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/command.c b/scd/command.c index b879e9a6f..5116461d4 100644 --- a/scd/command.c +++ b/scd/command.c @@ -941,7 +941,7 @@ cmd_getattr (assuan_context_t ctx, char *line) /* (We ignore any garbage for now.) */ - /* FIXME: Applications should not return sensistive data if the card + /* FIXME: Applications should not return sensitive data if the card is locked. */ rc = app_getattr (ctrl->app_ctx, ctrl, keyword); |