summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-03-31 20:05:48 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2014-03-31 20:05:48 +0200
commita8bc27f8728a0c1f222871cbd3f5534646e59085 (patch)
tree9b2dc527b647bea2b0ba7d4637902857e6cc492e
parentDocumented msDifference (diff)
downloadcuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.tar
cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.tar.gz
cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.tar.bz2
cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.tar.lz
cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.tar.xz
cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.tar.zst
cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.zip
-rw-r--r--MCServer/Plugins/APIDump/APIDesc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua
index 532b4b665..1b020501c 100644
--- a/MCServer/Plugins/APIDump/APIDesc.lua
+++ b/MCServer/Plugins/APIDump/APIDesc.lua
@@ -256,7 +256,7 @@ g_APIDesc =
<li class="level1">msFillAir overwrites only those blocks that were air</li>
<li class="level1">msImprint overwrites with only those blocks that are non-air</li>
<li class="level1">msSpongePrint Sponge overwrites nothing, everything else overwrites anything</li>
- <li class="level1">msDifference changes all the blocks wich are the same to air. Otherwise the source block gets placed.</li>
+ <li class="level1">msDifference changes all the blocks which are the same to air. Otherwise the source block gets placed.</li>
</ol>
</p>