Browse Source

Fixed a typo

pull/89/head
Datong Sun 10 years ago
parent
commit
c53fddd96a
1 changed files with 1 additions and 1 deletions
  1. 2
      src/utils.c

2
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

Loading…
Cancel
Save