# # old_revision [06a95cc590dbb2d40d06125e948fc4887cca2cbb] # # patch "lua.cc" # from [428c82fdc531bd1129bb642c7423b666e93cf3dc] # to [f383734fd155f9144eb978155db7da45660c5d40] # ============================================================ --- 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,