aboutsummaryrefslogtreecommitdiffstats
path: root/g13
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g13/create.c2
-rw-r--r--g13/mountinfo.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/g13/create.c b/g13/create.c
index 58ab5904f..6c09c2e81 100644
--- a/g13/create.c
+++ b/g13/create.c
@@ -119,7 +119,7 @@ encrypt_keyblob (ctrl_t ctrl, void *keyblob, size_t keybloblen,
/* Write a new file under the name FILENAME with the keyblob and an
- appropriate header. This fucntion is called with a lock file in
+ appropriate header. This function is called with a lock file in
place and after checking that the filename does not exists. */
static gpg_error_t
write_keyblob (const char *filename,
diff --git a/g13/mountinfo.c b/g13/mountinfo.c
index e2de8d9c4..085fb86fe 100644
--- a/g13/mountinfo.c
+++ b/g13/mountinfo.c
@@ -118,7 +118,7 @@ mountinfo_del_mount (const char *container, const char *mountpoint,
mtab_t m;
/* If a container or mountpint is givem search the RID via the
- standard find fucntion. */
+ standard find function. */
if (container || mountpoint)
{
err = mountinfo_find_mount (container, mountpoint, &rid);