include/svtools/editbrowsebox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 12eee14c6ee2b7aa71422cf1c9d7d56045b7398e Author: Andrea Gelmini <[email protected]> AuthorDate: Tue May 28 16:08:26 2019 +0000 Commit: Jens Carl <[email protected]> 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 <[email protected]> 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; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
