From 5f9f9f18f0599adb53fda6f757d8632f93ccf08c Mon Sep 17 00:00:00 2001 From: Robert Zenz Date: Sun, 22 Nov 2015 17:24:31 +0100 Subject: [PATCH] Fixed typos. --- mods/utils/facedirutil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/utils/facedirutil.lua b/mods/utils/facedirutil.lua index a8df291..b554529 100644 --- a/mods/utils/facedirutil.lua +++ b/mods/utils/facedirutil.lua @@ -137,7 +137,7 @@ function facedirutil.upsidedown(facedir) local upsidedown_facedir = facedir -- We need to rotate the node by 180 degrees for these values, - -- this is becaus if how the rotation works. + -- this is because of how the rotation works. if upsidedown_facedir == facedirutil.POSITIVE_X or upsidedown_facedir == facedirutil.NEGATIVE_X then