From c53fddd96a4e7771bbd852b7b9f53daad93a216d Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Mon, 14 Jul 2014 01:53:32 -0500 Subject: [PATCH] Fixed a typo --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index b29ba466..41df1a43 100644 --- a/src/utils.c +++ b/src/utils.c @@ -299,7 +299,7 @@ int set_nofile(int nofile) } else if (errno == EINVAL) { - LOGE("invalid fileno, decrease nofile and try again"); + LOGE("invalid nofile, decrease nofile and try again"); return -1; } else