[Libreoffice-commits] core.git: include/svtools

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 29 04:32:23 UTC 2019


 include/svtools/editbrowsebox.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 12eee14c6ee2b7aa71422cf1c9d7d56045b7398e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 28 16:08:26 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Wed May 29 06:31:25 2019 +0200

    Fix typo
    
    Change-Id: I677f7d50d6b93993f6e3d47426434eb570965b7c
    Reviewed-on: https://gerrit.libreoffice.org/73129
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index 12c754db95ae..9468428bd185 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -100,7 +100,7 @@ namespace svt
         // to output formatting) here
         virtual void CommitModifications();
 
-        // suspending the controller is not culmulative!
+        // suspending the controller is not cumulative!
                 void        suspend( );
                 void        resume( );
         bool        isSuspended( ) const { return bSuspended; }


More information about the Libreoffice-commits mailing list