diff options
author | Otto Kekäläinen <otto@seravo.fi> | 2016-07-03 20:24:00 +0300 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-07-04 06:11:36 +0000 |
commit | 428e23f4f7025506e767d895e9b46492a8432aed (patch) | |
tree | ec767267ad2afc8ec3bf486da7cb9da2c567922d /jvmfwk | |
parent | 61d95c70c0d4404a24064a58f3ccc3adf0b5e7e2 (diff) |
Fix some spelling errors in comments and strings
Change-Id: Iecd6b5e13d6be14651f77d8e37f01117ba15a11e
Reviewed-on: https://gerrit.libreoffice.org/26883
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/inc/vendorbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/inc/vendorbase.hxx b/jvmfwk/inc/vendorbase.hxx index 1bb7844305e2..da8a3e750df6 100644 --- a/jvmfwk/inc/vendorbase.hxx +++ b/jvmfwk/inc/vendorbase.hxx @@ -105,7 +105,7 @@ public: For example "bin/java.exe". You need to implement this function in a derived class, if - the paths differ. this implmentation provides for + the paths differ. this implementation provides for Windows "bin/java.exe" and for Unix "bin/java". The paths are relative file URLs. That is, they always contain '/' even on windows. The paths are relative |