diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-19 18:03:46 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-19 22:07:44 +0200 |
commit | 0be225fb60f41b29f283eddd83938c047c552893 (patch) | |
tree | ffb8f5edb93c8b762e860db9c0505431ce940425 /jvmfwk | |
parent | 8a07588cb648e26a3fc06643b0210fc75201afb8 (diff) |
Fix typos
Change-Id: Ideee477b0c8f0d472a607ed69ba51351d87f61bc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101010
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/inc/elements.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/inc/elements.hxx b/jvmfwk/inc/elements.hxx index 800ecaf697fb..58ad6044f300 100644 --- a/jvmfwk/inc/elements.hxx +++ b/jvmfwk/inc/elements.hxx @@ -176,7 +176,7 @@ private: */ std::optional< ::std::vector< OUString> > m_vmParameters; /** User configurable option. /java/jreLocations - If /java/jreLocaltions@xsi:nil == true then the value is uninitialized + If /java/jreLocations@xsi:nil == true then the value is uninitialized after a call to load. */ std::optional< ::std::vector< OUString> > m_JRELocations; |