From de76f40172acb5a3e843612e90dd87b5a32037c6 Mon Sep 17 00:00:00 2001 From: Ulrich Eckhardt Date: Sun, 21 Feb 2010 20:12:01 +0100 Subject: Typo fix --- src/input/input_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/input_file.c b/src/input/input_file.c index b0da2565d..4a1937390 100644 --- a/src/input/input_file.c +++ b/src/input/input_file.c @@ -292,7 +292,7 @@ static uint32_t file_plugin_get_blocksize (input_plugin_t *this_gen) { } /* - * Return 1 is filepathname is a directory, otherwise 0 + * Return 1 if filepathname is a directory, otherwise 0 */ static int is_a_dir(char *filepathname) { struct stat pstat; -- cgit v1.2.3