summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
Diffstat (limited to 'xml')
-rw-r--r--xml/object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xml/object.c b/xml/object.c
index 421c00d..c8406f7 100644
--- a/xml/object.c
+++ b/xml/object.c
@@ -340,7 +340,7 @@ bool cxRefresh::Parse(const std::string &Text)
if (Text.find("scroll") != std::string::npos)
refresh |= (1<<scroll);
- if (Text.find("allways") != std::string::npos)
+ if (Text.find("always") != std::string::npos)
refresh |= 0xFF;
if (Text.find("full") != std::string::npos)