fixed typo, pneumatic test [ojbect -> object]

This commit is contained in:
Vanessa Ezekowitz 2013-01-02 13:16:25 -05:00
parent ae5a283685
commit 70d8e92aff
1 changed files with 1 additions and 1 deletions

View File

@ -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",
},