summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-18 15:36:19 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-19 10:05:45 +0000
commit47a9523f3fdc0bde2103e3c247fe9a74ab96af81 (patch)
treef4e9328c9563e9cb55fa2469108b2c28b3aec89d /include/svtools
parent6b9498c65b0a549e97c287439131759aac3abc1b (diff)
Fix typos + some German translations
Change-Id: I1c5bb725ffdf72363279436ad9bbb88064228253 Reviewed-on: https://gerrit.libreoffice.org/35406 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/wizardmachine.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/wizardmachine.hxx b/include/svtools/wizardmachine.hxx
index d2a91ccf49b2..c72652c74765 100644
--- a/include/svtools/wizardmachine.hxx
+++ b/include/svtools/wizardmachine.hxx
@@ -72,7 +72,7 @@ namespace svt
// i.e., when it's already decided which page is the next.
// We may have situations where the next page depends on the state of the current, which needs
// to be committed for this.
- // So initializePage and commitPage are designated to initialitzing/committing data on the page.
+ // So initializePage and commitPage are designated to initializing/committing data on the page.
virtual void initializePage() = 0;
virtual bool commitPage( WizardTypes::CommitPageReason _eReason ) = 0;