summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inotail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inotail.h b/inotail.h
index 05995dc..5b0ef0c 100644
--- a/inotail.h
+++ b/inotail.h
@@ -19,7 +19,7 @@
enum tail_mode { M_LINES, M_BYTES };
/* follow modes */
enum follow_mode {
- FOLLOW_NONE = 0, /* Do not follow the fiel at all */
+ FOLLOW_NONE = 0, /* Do not follow the file at all */
FOLLOW_DESCRIPTOR, /* Follow the file by fd */
FOLLOW_NAME /* Follow the file by name */
};