Fixed typos in ChangeLog

This commit is contained in:
James Youngman
2011-06-14 23:55:19 +01:00
parent edb481e9d2
commit 99cfdb72d8

View File

@@ -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*.