summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <klto@zhaw.ch>2009-07-14 14:24:25 +0200
committerTobias Klauser <klto@zhaw.ch>2009-07-14 14:24:25 +0200
commit3a7017f169c598356d406f5c941cb463536f5e11 (patch)
tree83028534f7b1141f02beaaea714c2f6531869f87
parent7b2b04536464157d31a34aab6968608a7849c0ab (diff)
inotail.h: Correct typo
-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 */
};