From a78129adb99e083bba5f3ef4a0fb553714d0315d Mon Sep 17 00:00:00 2001 From: jacob1 Date: Mon, 8 Sep 2014 16:06:12 -0400 Subject: [PATCH] Fix spelling mistake --- src/simulation/elements/PIPE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/elements/PIPE.cpp b/src/simulation/elements/PIPE.cpp index daf354b17..3e24c1b76 100644 --- a/src/simulation/elements/PIPE.cpp +++ b/src/simulation/elements/PIPE.cpp @@ -28,7 +28,7 @@ Element_PIPE::Element_PIPE() Temperature = 273.15f; HeatConduct = 0; - Description = "PIPE, moves particles around. Once the BRCK generates, erase some for the exit. Then the PIPE generates and is useable."; + Description = "PIPE, moves particles around. Once the BRCK generates, erase some for the exit. Then the PIPE generates and is usable."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC;