summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-28 16:08:26 +0000
committerJens Carl <j.carl43@gmx.de>2019-05-29 06:31:25 +0200
commit12eee14c6ee2b7aa71422cf1c9d7d56045b7398e (patch)
treeef6cb1c0eae84784cc80dd813c8daa9755569b4a
parentd56afd6ab8b7a69bfe35c0018f890c556b207df5 (diff)
Fix typo
Change-Id: I677f7d50d6b93993f6e3d47426434eb570965b7c Reviewed-on: https://gerrit.libreoffice.org/73129 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
-rw-r--r--include/svtools/editbrowsebox.hxx2
1 files changed, 1 insertions, 1 deletions
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; }