summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStef <stef@ws.local>2004-07-24 19:09:14 +0000
committerStef <stef@ws.local>2004-07-24 19:09:14 +0000
commitefac1beee82091445aaa16d53dc48b25df4f6371 (patch)
treebdf2432a9d89a29fe60be7ea5e25f20ea5b817ee /src
parent4165f65e739096f4b224daec5d74b6d5f7a62e8d (diff)
- Windows changes and fixes
Diffstat (limited to 'src')
-rw-r--r--src/xmlcomposer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlcomposer.cpp b/src/xmlcomposer.cpp
index dcd4c34..2b65833 100644
--- a/src/xmlcomposer.cpp
+++ b/src/xmlcomposer.cpp
@@ -711,7 +711,7 @@ ON_INITIALIZE(FontTable)
ON_GROUPSTART(FontTable)
{
- // Each group should be a style
+ // Each group should be a font
AN_ANALYSER(Font);
}