From 3a7017f169c598356d406f5c941cb463536f5e11 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 14 Jul 2009 14:24:25 +0200 Subject: inotail.h: Correct typo --- inotail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inotail.h') 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 */ }; -- cgit v1.2.3-54-g00ecf