spelling: returns

Signed-off-by: Josh Soref <jsoref@gmail.com>
This commit is contained in:
Josh Soref 2018-10-30 08:02:42 +00:00
parent 1d801260c6
commit f3e65e7ba3

View File

@ -472,6 +472,6 @@ int main(int argc, char *argv[])
exit(EXIT_FAILURE);
}
/* Call exit() directly on this function because it retuns an exit code. */
/* Call exit() directly on this function because it returns an exit code. */
exit(EXIT_SUCCESS);
}