From 99cfdb72d86aabd17eb80bebbf8a4ea32b5ac08b Mon Sep 17 00:00:00 2001 From: James Youngman Date: Tue, 14 Jun 2011 23:55:19 +0100 Subject: [PATCH] Fixed typos in ChangeLog --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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*.