summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-01-02 13:16:25 -0500
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2013-01-02 13:16:25 -0500
commit70d8e92aff5c4868b0625baf21ce3684d26e93a7 (patch)
tree6bdefe6d54d33d0f50b020365b761f3fea10bbcc
parentae5a2836852b6b7a6446aa0353e5eb387127eed9 (diff)
downloadpipeworks-70d8e92aff5c4868b0625baf21ce3684d26e93a7.tar
pipeworks-70d8e92aff5c4868b0625baf21ce3684d26e93a7.tar.gz
pipeworks-70d8e92aff5c4868b0625baf21ce3684d26e93a7.tar.bz2
pipeworks-70d8e92aff5c4868b0625baf21ce3684d26e93a7.tar.xz
pipeworks-70d8e92aff5c4868b0625baf21ce3684d26e93a7.zip
fixed typo, pneumatic test [ojbect -> object]
-rw-r--r--tubes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tubes.lua b/tubes.lua
index 7a05d92..a22c8a9 100644
--- a/tubes.lua
+++ b/tubes.lua
@@ -1,7 +1,7 @@
-- This file supplies pneumatic tubes and a 'test' device
minetest.register_node("pipeworks:testobject", {
- description = "Pneumatic tube test ojbect",
+ description = "Pneumatic tube test object",
tiles = {
"pipeworks_testobject.png",
},