aboutsummaryrefslogtreecommitdiffstats
path: root/g13
diff options
context:
space:
mode:
Diffstat (limited to 'g13')
-rw-r--r--g13/sh-cmd.c2
-rw-r--r--g13/sh-dmcrypt.c2
2 files changed, 2 insertions, 2 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)
diff --git a/g13/sh-dmcrypt.c b/g13/sh-dmcrypt.c
index 201f8569e..994fbbbac 100644
--- a/g13/sh-dmcrypt.c
+++ b/g13/sh-dmcrypt.c
@@ -55,7 +55,7 @@
/* The length in blocks of the space we put at the start and at the
end of the device. This space is used to store N copies of the
- setup area for the actual encrypted container inbetween. */
+ setup area for the actual encrypted container in between. */
#define HEADER_SECTORS (SETUP_AREA_SECTORS * HEADER_SETUP_AREA_COPIES)
#define FOOTER_SECTORS (SETUP_AREA_SECTORS * FOOTER_SETUP_AREA_COPIES)