summaryrefslogtreecommitdiff
path: root/server/src/template.h
diff options
context:
space:
mode:
authordeva <deva>2009-05-15 11:52:52 +0000
committerdeva <deva>2009-05-15 11:52:52 +0000
commitba614b9d61f9eb7407108d7836177aa0608823e6 (patch)
treed71cfa6bcd472ed6cc41a69f015d16a4cb9326eb /server/src/template.h
parent124384095470c9b2cfb046ff931152583c6df65a (diff)
Journal entries are now committed in the order in which they appear in the course description (the template). Misspelled 'macroes' have been corrected to 'macros' in template.h and all affected files.
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;
};