[systemd-devel] [PATCH 4/4] Fixing typo: seperator -> separator
fidencio at profusion.mobi
fidencio at profusion.mobi
Thu Sep 30 14:10:48 PDT 2010
From: Fabiano Fidencio <fidencio at profusion.mobi>
---
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 */
--
1.7.3
More information about the systemd-devel
mailing list