writerfilter/source/rtftok/rtftokenizer.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0342c5e8086c8200ecadbe9d52dd4ef6a093effb
Author: Justin Luth <justin_l...@sil.org>
Date:   Mon Aug 7 15:33:52 2017 -0400

    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 <c...@libreoffice.org>
    Reviewed-by: Justin Luth <justin_l...@sil.org>

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()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to