From db4154a0d1f147efa571e435129b1c131c6ba47b Mon Sep 17 00:00:00 2001 From: Albert S Date: Sun, 21 Aug 2016 15:48:59 +0200 Subject: [PATCH] fixed typos --- adhocify.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adhocify.c b/adhocify.c index b3eec26..2631e05 100644 --- a/adhocify.c +++ b/adhocify.c @@ -381,7 +381,7 @@ void check_forkbomb(const char *path_logfile, const char *path_prog) char *dir_lkpPath = lkp->path; if( STREQ(dir_lkpPath, dir_log) || STREQ(dir_lkpPath, dir_prog) ) { - logerror("Don't place your logfiles or prog in a directory you are watching for events. Pass -b to bypass this check.\n"); + logerror("Don't place your logfiles or script in a directory you are watching for events. Pass -b to bypass this check.\n"); exit(EXIT_FAILURE); } } @@ -433,7 +433,7 @@ void handle_event(struct inotify_event *event) char *eventfile_abspath = get_eventfile_abspath(event); if(eventfile_abspath == NULL) { - logerror("Could not get absoulte path for event. Watch descriptor %i\n", event->wd); + logerror("Could not get absolute path for event. Watch descriptor %i\n", event->wd); exit(EXIT_FAILURE); }