summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-12-10 23:06:39 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-12-10 23:06:39 +0100
commiteebc75ea6395848e618f4176f70900d7ebd017a8 (patch)
treedd32e3259c803850b4bd784e7cb499d197f1a2ec /unotools
parentcfb58670f13befd738eff485349894ae504200f0 (diff)
Typos (mainly "propably")
Change-Id: Ifeecd82f98f9be9f90d293a7b68691f91d7bbc34
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/moduleoptions.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index 2b82103dff0e..41b72b55e117 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -787,8 +787,8 @@ css::uno::Sequence< OUString > SvtModuleOptions_Impl::impl_ExpandSetNames( const
@descr Every factory has his own long and short name. So we can match right enum value for internal using.
@attention We change in/out parameter "eFactory" in every case! But you should use it only, if return value is sal_True!
- Algorithm: Set out-parameter to propably value ... and check the longname.
- If it match with these factory - break operation and return true AND right set parameter.
+ Algorithm: Set out-parameter to probably value ... and check the longname.
+ If it matches with these factory - break operation and return true AND right set parameter.
Otherwise try next one and so on. If no factory was found return false. Out parameter eFactory
is set to last tried value but shouldn't be used! Because our return value is false!