* lib/safe-atoi.c (safe_atoi): s/chack/check/ --- lib/safe-atoi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/safe-atoi.c b/lib/safe-atoi.c index 8e63abb6..df98e4d7 100644 --- a/lib/safe-atoi.c +++ b/lib/safe-atoi.c @@ -52,7 +52,7 @@ safe_atoi (const char *s, enum quoting_style style) /* not a valid number */ die (EXIT_FAILURE, errno, "%s", s); } - /* Otherwise, we do a range chack against INT_MAX and INT_MIN + /* Otherwise, we do a range check against INT_MAX and INT_MIN * below. */ } -- 2.19.1