diff options
author | Dave Reisner <d@falconindy.com> | 2010-09-29 09:13:04 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-05 21:50:56 +0200 |
commit | c899f8c61a6f42ec53dbc5645e0ff96c58b2d57a (patch) | |
tree | b093b751cce215f4eb38b8510295ab83f7448809 /src/mount.c | |
parent | 7607fea6a1c3301f86dea204ab7c7e0d98385464 (diff) |
fix typo: s/seperat/separat/g
Diffstat (limited to 'src/mount.c')
-rw-r--r-- | src/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount.c b/src/mount.c index fd77516076..b17fe2a7d3 100644 --- a/src/mount.c +++ b/src/mount.c @@ -1427,7 +1427,7 @@ static int mount_load_proc_self_mountinfo(Manager *m, bool set_flags) { "%ms " /* (5) mount point */ "%ms" /* (6) mount options */ "%*[^-]" /* (7) optional fields */ - "- " /* (8) seperator */ + "- " /* (8) separator */ "%ms " /* (9) file system type */ "%ms" /* (10) mount source */ "%ms" /* (11) mount options 2 */ |