fix(test/char): fixing typo on the error message
This commit is contained in:
parent
453b4d3b92
commit
1e717b0743
7 changed files with 7 additions and 7 deletions
|
|
@ -25,7 +25,7 @@ int main(void)
|
|||
{
|
||||
if (ft_isalpha(c) != isalpha(c))
|
||||
{
|
||||
printf("%s✘ Found %i, excepted %i%s\n", CLR_RED, ft_isalpha(c),
|
||||
printf("%s✘ Found %i, expected %i%s\n", CLR_RED, ft_isalpha(c),
|
||||
isalpha(c), RESET);
|
||||
exit(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue