From: Vanessa Ezekowitz Date: Wed, 2 Jan 2013 18:16:25 +0000 (-0500) Subject: fixed typo, pneumatic test [ojbect -> object] X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=70d8e92aff5c4868b0625baf21ce3684d26e93a7;p=zefram%2Fminetest%2Fpipeworks.git fixed typo, pneumatic test [ojbect -> object] --- 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", },