diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-03-24 23:38:25 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-03-24 23:38:25 +0900 |
commit | e571d06fa332768fc55e309ac84a76386d8297e4 (patch) | |
tree | 3a6490919adf352a4163afb9847dc6953a06d606 /jvmfwk | |
parent | 40f04ac7b96eb74e0805c19d5ba9f7c0f46ce9fa (diff) |
Fixed typo
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx | 2 | ||||
-rw-r--r-- | jvmfwk/source/fwkbase.cxx | 2 |
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) { |