Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Sep 8, 2014
1 parent 28516c2 commit a78129a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/elements/PIPE.cpp
Expand Up @@ -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;
Expand Down

2 comments on commit a78129a

@simtr
Copy link
Member

@simtr simtr commented on a78129a Sep 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Useable and Usable are both acceptable spellings.

@jacob1
Copy link
Member Author

@jacob1 jacob1 commented on a78129a Sep 9, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My autocorrect recommended changing it to "usable" and says useable is spelled wrong. Looks like usable is better anyway: http://english.stackexchange.com/questions/69709/is-useable-preferred-in-certain-regions-or-just-an-alternate-spelling-of-usa

Please sign in to comment.