aboutsummaryrefslogtreecommitdiffstats
path: root/g13/mountinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'g13/mountinfo.c')
-rw-r--r--g13/mountinfo.c2
1 files changed, 1 insertions, 1 deletions
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);