# # # patch "ChangeLog" # from [400685f99d3035c3a4140fa5ad38d4d9d6bafe8b] # to [18be322a23782b7d429b0a0d6f8e0105d9693342] # # patch "lua.cc" # from [428c82fdc531bd1129bb642c7423b666e93cf3dc] # to [f383734fd155f9144eb978155db7da45660c5d40] # ============================================================ --- ChangeLog 400685f99d3035c3a4140fa5ad38d4d9d6bafe8b +++ ChangeLog 18be322a23782b7d429b0a0d6f8e0105d9693342 @@ -1,3 +1,8 @@ +2006-04-23 Richard Levitte + + * lua.cc (monotone_includedir_for_lua): Tweak a spelling mistake. + Notified by Jeronimo Pellegrini . + 2006-04-21 Richard Levitte * contrib/usher.cc (fork_server): Make sure to append to already ============================================================ --- lua.cc 428c82fdc531bd1129bb642c7423b666e93cf3dc +++ lua.cc f383734fd155f9144eb978155db7da45660c5d40 @@ -583,7 +583,7 @@ N(pathstr, F("%s called with an invalid parameter") % "IncludeDir"); fs::path locpath(pathstr, fs::native); - N(fs::exists(locpath), F("Directory '%s' does not exists") % pathstr); + N(fs::exists(locpath), F("Directory '%s' does not exist") % pathstr); N(fs::is_directory(locpath), F("'%s' is not a directory") % pathstr); // directory, iterate over it, skipping subdirs, taking every filename,