summaryrefslogtreecommitdiff
path: root/jvmfwk/source
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/source
parent40f04ac7b96eb74e0805c19d5ba9f7c0f46ce9fa (diff)
Fixed typo
Diffstat (limited to 'jvmfwk/source')
-rw-r--r--jvmfwk/source/fwkbase.cxx2
1 files changed, 1 insertions, 1 deletions
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)
{