[Libreoffice-commits] core.git: cppuhelper/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 10 19:44:17 UTC 2020


 cppuhelper/source/propshlp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8305d28f8dbdc9f891df38da290627b5e7dc651a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Mar 10 17:08:46 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Mar 10 20:43:41 2020 +0100

    Fix typo
    
    Change-Id: Id3fe1d66cb1d3cb57f8aa5e652bf1c9ad6346091
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90286
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx
index 6bf5fad3b74a..cdde8d4ff92f 100644
--- a/cppuhelper/source/propshlp.cxx
+++ b/cppuhelper/source/propshlp.cxx
@@ -768,7 +768,7 @@ void OPropertySetHelper::fire
                     {
                         try
                         {
-                            // fire the hole event sequence to the
+                            // fire the whole event sequence to the
                             // XPropertiesChangeListener's
                             pL->propertiesChange( aEvts );
                         }


More information about the Libreoffice-commits mailing list