diff --git a/ChangeLog b/ChangeLog index 6e12156f..e6c2c60a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,10 +22,10 @@ (make_segment): Avoid switch-missing-default-case warning by turning it into an if statement. (check_path_safety): Remove unused argument. - (insert_exec_ok): Don't pass the unwanted arugment to + (insert_exec_ok): Don't pass the unwanted argument to check_path_safety. (get_relative_timestamp): silence compiler warning by adding a - case for the remaining enumberation value rather than using + case for the remaining enumeration value rather than using default. * find/pred.c (months): the strings can be const char*, rather than just char*.