basctl/source/inc/IDEComboBox.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1620fc40320a05d622074dc4175fac74cf40f4c0 Author: Andrea Gelmini <[email protected]> AuthorDate: Sun Dec 16 23:51:56 2018 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Mon Dec 17 09:03:54 2018 +0100 Fix typo Change-Id: Ie0497c457d776304bbe972d75efea2da413fdaba Reviewed-on: https://gerrit.libreoffice.org/65236 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/basctl/source/inc/IDEComboBox.hxx b/basctl/source/inc/IDEComboBox.hxx index 8c183ff30793..0afc4fe60c34 100644 --- a/basctl/source/inc/IDEComboBox.hxx +++ b/basctl/source/inc/IDEComboBox.hxx @@ -237,7 +237,7 @@ protected: private: /// Delete all languages from ComboBox void ClearBox(); - /// Switch inferface of dialog to selected language + /// Switch interface of dialog to selected language void SetLanguage(); /// Fill up the language combobox _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
