diff options
Diffstat (limited to 'g13/sh-cmd.c')
-rw-r--r-- | g13/sh-cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/sh-cmd.c b/g13/sh-cmd.c index 821491982..6a4a7d85d 100644 --- a/g13/sh-cmd.c +++ b/g13/sh-cmd.c @@ -161,7 +161,7 @@ static const char hlp_finddevice[] = "FINDDEVICE <name>\n" "\n" "Find the device matching NAME. NAME be any identifier from\n" - "g13tab permissable for the user. The corresponding block\n" + "g13tab permissible for the user. The corresponding block\n" "device is retruned using a status line."; static gpg_error_t cmd_finddevice (assuan_context_t ctx, char *line) |