summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx2
-rw-r--r--jvmfwk/source/fwkbase.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
index ae204e227ac0..37b12b9ab6c5 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx
@@ -93,7 +93,7 @@ class VendorBase: public salhelper::SimpleReferenceObject
{
public:
VendorBase();
- /* returns relativ paths to the java executable as
+ /* returns relative paths to the java executable as
file URLs.
For example "bin/java.exe". You need
diff --git a/jvmfwk/source/fwkbase.cxx b/jvmfwk/source/fwkbase.cxx
index 78be1c8a2761..3b3f4087e610 100644
--- a/jvmfwk/source/fwkbase.cxx
+++ b/jvmfwk/source/fwkbase.cxx
@@ -327,7 +327,7 @@ OUString VendorSettings::getPluginLibrary(const OUString& sVendor)
xmlNodeListGetString(
m_xmlDocVendorSettings,pathObjVendor->nodesetval->nodeTab[0], 1);
- //make an absolute file url from the relativ plugin URL
+ //make an absolute file url from the relative plugin URL
OUString sUrl = findPlugin(m_xmlDocVendorSettingsFileUrl, xmlCharPlugin);
if (sUrl.getLength() == 0)
{