From c229965b6211894ac827f02bce488f4c76697088 Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Mon, 11 Jun 2018 13:06:04 -0300 Subject: [PATCH] Fixed typo. Corrected by Radostin Stoyanov. --- doc/Changelog | 1 + src/mountpoint.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 0cdeac0..7a53ae8 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -50,6 +50,7 @@ sysvinit (2.90) UNRELEASED; urgency=low for better protection. * Cleaned up toplevel Makefile so it stops creating unnecessary temporary directories. + * Fixed typo in mountpoint.c. Patch provided by Radostin Stoyanov. sysvinit (2.89) world; urgency=low diff --git a/src/mountpoint.c b/src/mountpoint.c index 717ce89..3daf470 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)