diff options
Diffstat (limited to 'io/file_change_detection.c')
-rw-r--r-- | io/file_change_detection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/file_change_detection.c b/io/file_change_detection.c index d7b8616..4f53aa7 100644 --- a/io/file_change_detection.c +++ b/io/file_change_detection.c @@ -86,7 +86,7 @@ __file_change_detection_for_path (struct file_change_detection *file, /* Other errors are fatal. */ return false; } - else /* stat64 was successfull. */ + else /* stat64 was successful. */ { __file_change_detection_for_stat (file, &st); return true; |