diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-04-06 22:32:05 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-04-07 10:15:51 +0000 |
commit | caf388959576da4f480b8c97443cb052f6201a33 (patch) | |
tree | 78f1f70c3cdcbbabea37371a40e066843f969f10 /sc/source/ui/optdlg | |
parent | a2a4fa446f46da0d58635412d2f2ad1e3f31cbc9 (diff) |
Fix typos
Change-Id: Ibad3f8e9f55af5e652b6be198bebace2b1bfb35b
Reviewed-on: https://gerrit.libreoffice.org/36235
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/source/ui/optdlg')
-rw-r--r-- | sc/source/ui/optdlg/opredlin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/optdlg/opredlin.cxx b/sc/source/ui/optdlg/opredlin.cxx index baece1764e20..9c0aafd62aad 100644 --- a/sc/source/ui/optdlg/opredlin.cxx +++ b/sc/source/ui/optdlg/opredlin.cxx @@ -90,7 +90,7 @@ bool ScRedlineOptionsTabPage::FillItemSet( SfxItemSet* /* rSet */ ) SC_MOD()->SetAppOptions(aAppOptions); - // repaint (if everything would be done by Items (how it sould be), + // repaint (if everything would be done by Items (how it should be), // this wouldn't be neccessary) ScDocShell* pDocSh = dynamic_cast<ScDocShell*>( SfxObjectShell::Current() ); if (pDocSh) |