summaryrefslogtreecommitdiff
path: root/server/src/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/template.h')
-rw-r--r--server/src/template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/template.h b/server/src/template.h
index c6d40a6..f39baac 100644
--- a/server/src/template.h
+++ b/server/src/template.h
@@ -69,7 +69,7 @@ public:
class Course {
public:
- std::vector< Macro > macroes;
+ std::vector< Macro > macros;
std::map< std::string, std::string > attributes;
};