summaryrefslogtreecommitdiffstats
path: root/g13/sh-cmd.c
diff options
context:
space:
mode:
authorJustus Winter <justus@g10code.com>2016-10-27 14:58:01 +0200
committerJustus Winter <justus@g10code.com>2016-10-27 14:59:56 +0200
commit445f0c13d751f6dee9d70ef0785866ab2a7ea120 (patch)
tree55b7113c092bed4ff910a4d2c377e92775c5c1c7 /g13/sh-cmd.c
parentg10: Assert preconditions. (diff)
downloadgnupg2-445f0c13d751f6dee9d70ef0785866ab2a7ea120.tar.xz
gnupg2-445f0c13d751f6dee9d70ef0785866ab2a7ea120.zip
Fix typos.
-- Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'g13/sh-cmd.c')
-rw-r--r--g13/sh-cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/sh-cmd.c b/g13/sh-cmd.c
index 6a4a7d85d..d9a0f6c05 100644
--- a/g13/sh-cmd.c
+++ b/g13/sh-cmd.c
@@ -162,7 +162,7 @@ static const char hlp_finddevice[] =
"\n"
"Find the device matching NAME. NAME be any identifier from\n"
"g13tab permissible for the user. The corresponding block\n"
- "device is retruned using a status line.";
+ "device is returned using a status line.";
static gpg_error_t
cmd_finddevice (assuan_context_t ctx, char *line)
{