summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-14 22:42:44 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-23 16:17:54 +0200
commita8109450300ab74d8aadb24204e33c16d46ff637 (patch)
treea9aa08c7c3e51a706bde768fb7573efb80b8f2ba
parent649b0d30ea100c8f69e849671e8ce3e42bc9e850 (diff)
Fix typo
Change-Id: Ib405a8287833f596aa90ae6496b748bf8d45f3c3 Reviewed-on: https://gerrit.libreoffice.org/74601 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--framework/source/uifactory/uicontrollerfactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uifactory/uicontrollerfactory.cxx b/framework/source/uifactory/uicontrollerfactory.cxx
index deaf29485c6c..335854e01685 100644
--- a/framework/source/uifactory/uicontrollerfactory.cxx
+++ b/framework/source/uifactory/uicontrollerfactory.cxx
@@ -125,7 +125,7 @@ Reference< XInterface > SAL_CALL UIControllerFactory::createInstanceWithArgument
OUString aPropName;
PropertyValue aPropValue;
- // Retrieve the optional module name form the Arguments sequence. It is used as a part of
+ // Retrieve the optional module name from the Arguments sequence. It is used as a part of
// the hash map key to support different controller implementation for the same URL but different
// module!!
for ( int i = 0; i < Arguments.getLength(); i++ )