summaryrefslogtreecommitdiffstats
path: root/writerfilter
diff options
context:
space:
mode:
authorJustin Luth <justin_luth@sil.org>2017-08-07 15:33:52 -0400
committerJustin Luth <justin_luth@sil.org>2017-08-08 00:29:35 +0200
commit0342c5e8086c8200ecadbe9d52dd4ef6a093effb (patch)
treedb12e283d8702b50d3198219ebb4995fc058d72f /writerfilter
parentRemoving unused SfxItemPool serialisation from editeng (diff)
downloadcore-0342c5e8086c8200ecadbe9d52dd4ef6a093effb.tar.gz
core-0342c5e8086c8200ecadbe9d52dd4ef6a093effb.zip
wrong word in comment: should be signal instead of single.
...confirmed by the similar comment immediately before it. Change-Id: Id334a81bb9078a761d233631639c007b7bf2c17f Reviewed-on: https://gerrit.libreoffice.org/40855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
Diffstat (limited to 'writerfilter')
-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()