summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/clua.cc
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-09-29 21:25:12 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-09-29 21:25:58 -0700
commitb23b8d01e5ffc21f555c135e18839e1dc174331e (patch)
tree8fa1b8f4d8d24c638ddc5bff9c2658e6004d3ee0 /crawl-ref/source/clua.cc
parentda980e3a2354a885fdea2d9bde5ead5e2579a33e (diff)
downloadcrawl-ref-b23b8d01e5ffc21f555c135e18839e1dc174331e.tar.gz
crawl-ref-b23b8d01e5ffc21f555c135e18839e1dc174331e.zip
Fix projects referencing 'Kills.cc' to reference 'kills.cc'
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/clua.cc')
-rw-r--r--crawl-ref/source/clua.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/clua.cc b/crawl-ref/source/clua.cc
index de3a3f534c..efa56a0345 100644
--- a/crawl-ref/source/clua.cc
+++ b/crawl-ref/source/clua.cc
@@ -591,7 +591,7 @@ bool CLua::callfn(const char *fn, int nargs, int nret)
return !err;
}
-// Defined in Kills.cc because the kill bindings refer to Kills.cc local
+// Defined in kills.cc because the kill bindings refer to kills.cc local
// structs
extern void luaopen_kills(lua_State *ls);