From: Hermann Gausterer Date: Wed, 28 Nov 2012 20:20:37 +0000 (+0100) Subject: shutdown: fix typo X-Git-Tag: v197~174 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5a6f9d23300a35d916f26c9dfa2da101311ce217;p=elogind.git shutdown: fix typo --- diff --git a/src/core/umount.c b/src/core/umount.c index 5989a4c14..f6c520eaa 100644 --- a/src/core/umount.c +++ b/src/core/umount.c @@ -433,8 +433,8 @@ static int mount_points_list_umount(MountPoint **head, bool *changed, bool log_e } /* Skip / and /usr since we cannot unmount that - * anyway, since we are running from it. They have already been - * remounte ro. */ + * anyway, since we are running from it. They have + * already been remounted ro. */ if (path_equal(m->path, "/") #ifndef HAVE_SPLIT_USR || path_equal(m->path, "/usr")