From 126da9ec2deade2fbcd8e57e595a69b91acf7265 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 12 Dec 2005 11:20:39 +0000 Subject: - typo: s/sucess/success/g What's up with loginutils/su.c line 42: "SYSLOG_SUCESS" ? Please have a look.. --- util-linux/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/mount.c') diff --git a/util-linux/mount.c b/util-linux/mount.c index 15b2b192f..cc6b73eb0 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -350,7 +350,7 @@ mount_it_now: if(!f || !rc) break; } - /* If the mount was sucessful, and we're maintaining an old-style + /* If the mount was successful, and we're maintaining an old-style * mtab file by hand, add new entry to it now. */ if((!rc || fakeIt) && useMtab) { FILE *mountTable = setmntent(bb_path_mtab_file, "a+"); -- cgit v1.2.3