summaryrefslogtreecommitdiff
path: root/src/engine/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/command.rs')
-rw-r--r--src/engine/command.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/command.rs b/src/engine/command.rs
index eab98c1..b5cf528 100644
--- a/src/engine/command.rs
+++ b/src/engine/command.rs
@@ -19,7 +19,7 @@ impl fmt::Display for Command {
#[repr(u8)]
#[derive(Debug, Clone, Copy)]
pub enum BuildingType {
- Defense = 0,
+ Defence = 0,
Attack = 1,
Energy = 2,
}