summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-22 11:33:36 (GMT)
committerOlliver Schinagl <o.schinagl@ultimaker.com>2015-04-28 05:07:15 (GMT)
commit6f31492e13404d1abca5337594f31bd44a4e2a7d (patch)
tree55c86b46ecb7fca3f21aed4b6802759f9161792b /src
parent05d960f524c4df2c02b24a34e5f123596340aec8 (diff)
downloadeulogium-6f31492e13404d1abca5337594f31bd44a4e2a7d.zip
eulogium-6f31492e13404d1abca5337594f31bd44a4e2a7d.tar.gz
eulogium-6f31492e13404d1abca5337594f31bd44a4e2a7d.tar.bz2
fix ugly spelling mistake
Signed-off-by: Olliver Schinagl <o.schinagl@ultimaker.com>
Diffstat (limited to 'src')
-rw-r--r--src/eulogium.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eulogium.c b/src/eulogium.c
index fac9227..06a6878 100644
--- a/src/eulogium.c
+++ b/src/eulogium.c
@@ -804,7 +804,7 @@ static struct button_def but_main_material = {
};
static struct button_def but_main_maintanance = {
- .text = "MAINTENANCE",
+ .text = "MAINTANANCE",
.cb = {
.func = &_eulogium_button_main_maintanance_cb,
.data = NULL,