summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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; }