diff options
author | Tobias Klauser <klto@zhaw.ch> | 2009-07-14 14:24:25 +0200 |
---|---|---|
committer | Tobias Klauser <klto@zhaw.ch> | 2009-07-14 14:24:25 +0200 |
commit | 3a7017f169c598356d406f5c941cb463536f5e11 (patch) | |
tree | 83028534f7b1141f02beaaea714c2f6531869f87 | |
parent | 7b2b04536464157d31a34aab6968608a7849c0ab (diff) |
inotail.h: Correct typo
-rw-r--r-- | inotail.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ }; |