diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
commit | 435f5e30c968ffd5761873f8b3f756949545ce72 (patch) | |
tree | b7f1623723f23d141d7b6b0cada5d28523d53fdf /jvmfwk | |
parent | 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff) |
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx | 2 | ||||
-rw-r--r-- | jvmfwk/source/elements.hxx | 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 0d73dd67763d..cc23b8928d6b 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorbase.hxx @@ -117,7 +117,7 @@ public: @return true - the object could completely initialize. - false - the object could not completly initialize. In this case + false - the object could not completely initialize. In this case it will be discarded by the caller. */ virtual bool initialize( diff --git a/jvmfwk/source/elements.hxx b/jvmfwk/source/elements.hxx index 0cc213f29a48..36fbd3e03770 100644 --- a/jvmfwk/source/elements.hxx +++ b/jvmfwk/source/elements.hxx @@ -249,7 +249,7 @@ public: /** merges the settings for shared, user and installation during construction. The class uses a simple merge mechanism for the javasettings.xml files in share and - user. The following elements completly overwrite the corresponding elements + user. The following elements completely overwrite the corresponding elements from share: /java/enabled /java/userClassPath |