sysvinit-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sysvinit-devel] [PATCH] Fix typo s/nout/not/


From: Radostin Stoyanov
Subject: [sysvinit-devel] [PATCH] Fix typo s/nout/not/
Date: Sun, 10 Jun 2018 18:42:42 +0100

Signed-off-by: Radostin Stoyanov <address@hidden>
---
 src/mountpoint.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mountpoint.c b/src/mountpoint.c
index 5cdffec..ff3292d 100644
--- a/src/mountpoint.c
+++ b/src/mountpoint.c
@@ -54,7 +54,7 @@ int dostat(char *path, struct stat *st, int do_lstat, int 
quiet)
 /*
 This function checks to see if the passed path is listed in the
 /proc/mounts file. If /proc/mounts does not exist or cannot
-be read, we return false. If the path is nout found, we return false.
+be read, we return false. If the path is not found, we return false.
 If the path is found we return true.
 */
 int do_proc_check(char *path)
-- 
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]