summaryrefslogtreecommitdiffstats
path: root/jvmfwk
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-03-24 23:38:25 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-03-24 23:38:25 +0900
commite571d06fa332768fc55e309ac84a76386d8297e4 (patch)
tree3a6490919adf352a4163afb9847dc6953a06d606 /jvmfwk
parentFixed the source file name (diff)
downloadcore-e571d06fa332768fc55e309ac84a76386d8297e4.tar.gz
core-e571d06fa332768fc55e309ac84a76386d8297e4.zip
Fixed typo
Diffstat (limited to 'jvmfwk')
-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)
{