summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-07 17:43:06 +0100
committermadmaxoft <github@xoft.cz>2014-03-07 17:43:19 +0100
commitfd4eda7d248884a48b5d7c67d4c59ee3a9dbb149 (patch)
tree6bbc8489346c7637bc0e65cc15235bfdb86c74ed /src
parentMerge pull request #760 from Howaner/GlobalFixes (diff)
downloadcuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.tar
cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.tar.gz
cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.tar.bz2
cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.tar.lz
cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.tar.xz
cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.tar.zst
cuberite-fd4eda7d248884a48b5d7c67d4c59ee3a9dbb149.zip
Diffstat (limited to 'src')
-rw-r--r--src/Bindings/ManualBindings.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Bindings/ManualBindings.cpp b/src/Bindings/ManualBindings.cpp
index f9d04ce90..0dcb336ef 100644
--- a/src/Bindings/ManualBindings.cpp
+++ b/src/Bindings/ManualBindings.cpp
@@ -2456,7 +2456,7 @@ static int tolua_cBlockArea_GetSize(lua_State * tolua_S)
static int tolua_cBlockArea_LoadFromSchematicFile(lua_State * tolua_S)
{
// function cBlockArea::LoadFromSchematicFile
- // Exported manually because function has been moved to SchematicFileSerilizer.cpp
+ // Exported manually because function has been moved to SchematicFileSerializer.cpp
cLuaState L(tolua_S);
if (
!L.CheckParamUserType(1, "cBlockArea") ||
@@ -2486,7 +2486,7 @@ static int tolua_cBlockArea_LoadFromSchematicFile(lua_State * tolua_S)
static int tolua_cBlockArea_LoadFromSchematicString(lua_State * tolua_S)
{
// function cBlockArea::LoadFromSchematicString
- // Exported manually because function has been moved to SchematicFileSerilizer.cpp
+ // Exported manually because function has been moved to SchematicFileSerializer.cpp
cLuaState L(tolua_S);
if (
!L.CheckParamUserType(1, "cBlockArea") ||
@@ -2517,7 +2517,7 @@ static int tolua_cBlockArea_LoadFromSchematicString(lua_State * tolua_S)
static int tolua_cBlockArea_SaveToSchematicFile(lua_State * tolua_S)
{
// function cBlockArea::SaveToSchematicFile
- // Exported manually because function has been moved to SchematicFileSerilizer.cpp
+ // Exported manually because function has been moved to SchematicFileSerializer.cpp
cLuaState L(tolua_S);
if (
!L.CheckParamUserType(1, "cBlockArea") ||
@@ -2546,7 +2546,7 @@ static int tolua_cBlockArea_SaveToSchematicFile(lua_State * tolua_S)
static int tolua_cBlockArea_SaveToSchematicString(lua_State * tolua_S)
{
// function cBlockArea::SaveToSchematicString
- // Exported manually because function has been moved to SchematicFileSerilizer.cpp
+ // Exported manually because function has been moved to SchematicFileSerializer.cpp
cLuaState L(tolua_S);
if (
!L.CheckParamUserType(1, "cBlockArea") ||