summaryrefslogtreecommitdiff
path: root/jvmfwk/plugins/sunmajor/pluginlib/util.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'jvmfwk/plugins/sunmajor/pluginlib/util.hxx')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/util.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/util.hxx b/jvmfwk/plugins/sunmajor/pluginlib/util.hxx
index 7b1830909566..0f0bf04f2619 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/util.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/util.hxx
@@ -95,7 +95,7 @@ rtl::Reference<VendorBase> getJREInfoByPath(const OUString& path);
first if the path corresponds to one of the VendorBase::getHome path already
contained in vecInfo. Only if there is no such entry, then the other
getJREInfoByPath is called. Again the created VendorBase is compared to
- those contained in vecInfos. If it it not in there then it's added.
+ those contained in vecInfos. If it is not in there then it's added.
@return
true a VendorBase was created and added to the end of vecInfos.