aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-12-12 11:20:39 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-12-12 11:20:39 +0000
commit66894db7b78e4b05e2f5fa0e439668fae93827e6 (patch)
treec2c445684c8a94b7d3125473c01458f11644d982 /util-linux
parent7617b80cf6b8933d933356b4ad81b2cc1ee7accb (diff)
downloadbusybox-w32-66894db7b78e4b05e2f5fa0e439668fae93827e6.tar.gz
busybox-w32-66894db7b78e4b05e2f5fa0e439668fae93827e6.tar.bz2
busybox-w32-66894db7b78e4b05e2f5fa0e439668fae93827e6.zip
- typo: s/sucess/success/g
What's up with loginutils/su.c line 42: "SYSLOG_SUCESS" ? Please have a look.. git-svn-id: svn://busybox.net/trunk/busybox@12847 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/mount.c2
1 files changed, 1 insertions, 1 deletions
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:
350 if(!f || !rc) break; 350 if(!f || !rc) break;
351 } 351 }
352 352
353 /* If the mount was sucessful, and we're maintaining an old-style 353 /* If the mount was successful, and we're maintaining an old-style
354 * mtab file by hand, add new entry to it now. */ 354 * mtab file by hand, add new entry to it now. */
355 if((!rc || fakeIt) && useMtab) { 355 if((!rc || fakeIt) && useMtab) {
356 FILE *mountTable = setmntent(bb_path_mtab_file, "a+"); 356 FILE *mountTable = setmntent(bb_path_mtab_file, "a+");