On Thu, 30.09.10 18:10, [email protected] ([email protected]) wrote:
> From: Fabiano Fidencio <[email protected]> > > --- > src/mount.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/mount.c b/src/mount.c > index 2fb5822..52743db 100644 > --- a/src/mount.c > +++ b/src/mount.c > @@ -1420,7 +1420,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 */ Already fixed by Daves's patch I merged a few minutes ago. Thanks, Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
