diff options
author | Wuzzy <almikes@aol.com> | 2016-07-24 19:21:50 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-07-24 19:21:50 +0200 |
commit | 6c31a30bce56e105c885ec7aa8e0729a328aeb40 (patch) | |
tree | 809b75dfe78b49b8a433c34e0f22fdfa5e64a745 /init.lua | |
parent | c58b859bf5de9c641edd72d7ce28f2583008de1a (diff) |
Fix typos
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -228,11 +228,11 @@ doc.new_category("nodes", { end if data.def.groups.choppy == 1 then - formstring = formstring .. "This block is a bit choppy and can be dug by an axe and other tools which involve brute force.\n" + formstring = formstring .. "This block is a bit choppy and can be dug by axes and other tools which involve brute force.\n" elseif data.def.groups.choppy == 2 then - formstring = formstring .. "This block is choppy and can be dug by an axe and other tools which involve brute force.\n" + formstring = formstring .. "This block is choppy and can be dug by axes and other tools which involve brute force.\n" elseif data.def.groups.choppy == 3 then - formstring = formstring .. "This block is highly choppy and can easily be dug by and axe and other tools which involve brute force.\n" + formstring = formstring .. "This block is highly choppy and can easily be dug by axes and other tools which involve brute force.\n" elseif data.def.groups.choppy ~= nil then formstring = formstring .. "This block is choppy to some extent and can be dug by axes and similar tools.\n" end |