summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--writerfilter/source/rtftok/rtftokenizer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/rtftok/rtftokenizer.hxx b/writerfilter/source/rtftok/rtftokenizer.hxx
index 343e597720d0..19c26d8d196b 100644
--- a/writerfilter/source/rtftok/rtftokenizer.hxx
+++ b/writerfilter/source/rtftok/rtftokenizer.hxx
@@ -39,7 +39,7 @@ public:
}
/// To be invoked by the pushState() callback to signal when the importer enters a group.
void pushGroup();
- /// To be invoked by the popState() callback to single when the importer leaves a group.
+ /// To be invoked by the popState() callback to signal when the importer leaves a group.
void popGroup();
OUString getPosition();
std::size_t getGroupStart()