summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Head <chead@chead.ca>2018-12-09 05:38:23 -0800
committerVitaliy <numzer0@yandex.ru>2018-12-09 16:38:23 +0300
commit9d239cbfff5db2780dacd0d67479eed194ec340d (patch)
tree75932a36589d50e6bcbeda3c1f4b930e336823e7
parentd3cabedbb08d4edb632fbbec77fb0ae0fd680379 (diff)
downloadmesecons-9d239cbfff5db2780dacd0d67479eed194ec340d.tar
mesecons-9d239cbfff5db2780dacd0d67479eed194ec340d.tar.gz
mesecons-9d239cbfff5db2780dacd0d67479eed194ec340d.tar.bz2
mesecons-9d239cbfff5db2780dacd0d67479eed194ec340d.tar.xz
mesecons-9d239cbfff5db2780dacd0d67479eed194ec340d.zip
Fix typos (#442)
-rw-r--r--mesecons_fpga/doc/fpga/description.html2
-rw-r--r--mesecons_powerplant/doc/powerplant/description.html2
-rw-r--r--mesecons_pressureplates/doc/pressureplate_stone/description.html2
-rw-r--r--mesecons_pressureplates/doc/pressureplate_wood/description.html2
-rw-r--r--mesecons_random/doc/ghoststone/description.html2
-rw-r--r--mesecons_random/doc/removestone/description.html2
-rw-r--r--mesecons_solarpanel/doc/solarpanel/description.html2
-rw-r--r--mesecons_switch/doc/switch/description.html2
8 files changed, 8 insertions, 8 deletions
diff --git a/mesecons_fpga/doc/fpga/description.html b/mesecons_fpga/doc/fpga/description.html
index be6bd65..95177b2 100644
--- a/mesecons_fpga/doc/fpga/description.html
+++ b/mesecons_fpga/doc/fpga/description.html
@@ -1,5 +1,5 @@
FPGAs can be used to chain multiple logic gates together in a compact manner.
They come with 4 I/O ports and 10 internal registers,
-which can then be connected with eachother to form logic circuits.<br />
+which can then be connected with each other to form logic circuits.<br />
Supported gate types: <b>AND</b>, <b>OR</b>, <b>NOT</b>, <b>XOR</b>, <b>NAND</b>, <b>XNOR</b>, <b>Buffer</b> (=)<br />
I/O ports: <b>A B C D</b>; Registers: numbered <b>0</b> to <b>9</b>
diff --git a/mesecons_powerplant/doc/powerplant/description.html b/mesecons_powerplant/doc/powerplant/description.html
index 12abbbb..4ed8f33 100644
--- a/mesecons_powerplant/doc/powerplant/description.html
+++ b/mesecons_powerplant/doc/powerplant/description.html
@@ -1 +1 @@
-A power plant is a receptor that is always turned on: It provides energy.
+A power plant is a receptor that is always turned on: it provides energy.
diff --git a/mesecons_pressureplates/doc/pressureplate_stone/description.html b/mesecons_pressureplates/doc/pressureplate_stone/description.html
index 3edc95b..35e3fc0 100644
--- a/mesecons_pressureplates/doc/pressureplate_stone/description.html
+++ b/mesecons_pressureplates/doc/pressureplate_stone/description.html
@@ -1 +1 @@
-This receptor turns on if there's an object above it. And object can be a player, an item, a mob...
+This receptor turns on if there's an object above it. An object can be a player, an item, a mob...
diff --git a/mesecons_pressureplates/doc/pressureplate_wood/description.html b/mesecons_pressureplates/doc/pressureplate_wood/description.html
index 3edc95b..35e3fc0 100644
--- a/mesecons_pressureplates/doc/pressureplate_wood/description.html
+++ b/mesecons_pressureplates/doc/pressureplate_wood/description.html
@@ -1 +1 @@
-This receptor turns on if there's an object above it. And object can be a player, an item, a mob...
+This receptor turns on if there's an object above it. An object can be a player, an item, a mob...
diff --git a/mesecons_random/doc/ghoststone/description.html b/mesecons_random/doc/ghoststone/description.html
index 138a2b3..395430e 100644
--- a/mesecons_random/doc/ghoststone/description.html
+++ b/mesecons_random/doc/ghoststone/description.html
@@ -1 +1 @@
-Ghoststones disappear when powered, just like Removestones. But in contrast to Removestones, they Reappear again when not powered anymore and they are also conductive.
+Ghoststones disappear when powered, just like Removestones. But in contrast to Removestones, they reappear again when not powered anymore and they are also conductive.
diff --git a/mesecons_random/doc/removestone/description.html b/mesecons_random/doc/removestone/description.html
index d540fe9..6947441 100644
--- a/mesecons_random/doc/removestone/description.html
+++ b/mesecons_random/doc/removestone/description.html
@@ -1 +1 @@
-Removestones are propably the simplest effectors possible. They simply disappear when powered.
+Removestones are probably the simplest effectors possible. They simply disappear when powered.
diff --git a/mesecons_solarpanel/doc/solarpanel/description.html b/mesecons_solarpanel/doc/solarpanel/description.html
index f8e7450..add6213 100644
--- a/mesecons_solarpanel/doc/solarpanel/description.html
+++ b/mesecons_solarpanel/doc/solarpanel/description.html
@@ -1 +1 @@
-Solar Panel are light receptors: they turn on if there is enough light.
+Solar panels are light receptors: they turn on if there is enough light.
diff --git a/mesecons_switch/doc/switch/description.html b/mesecons_switch/doc/switch/description.html
index 3ef4ace..0c8f607 100644
--- a/mesecons_switch/doc/switch/description.html
+++ b/mesecons_switch/doc/switch/description.html
@@ -1 +1 @@
-The switch is a receptor. It changes its state as when punched.
+The switch is a receptor. It changes its state when punched.