diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 19:54:31 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 16:07:12 +0200 |
commit | ecd3a4874b2fc8630a31f104b7ac5fe07dcc3ee9 (patch) | |
tree | e88b6ddc410d6bf164a2f65a92d21f6b20bb9509 /jvmfwk | |
parent | cae4b4951f061a67fab779493e6992d9097f4a4d (diff) |
Fix typos
Change-Id: Icdc486d64283961dad4a1d29ae662d66143f674b
Reviewed-on: https://gerrit.libreoffice.org/77320
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'jvmfwk')
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx b/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx index cc3088fbc683..183075e0c9af 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx +++ b/jvmfwk/plugins/sunmajor/pluginlib/vendorlist.cxx @@ -27,7 +27,7 @@ namespace jfw_plugin { /* Note: The vendor strings must be UTF-8. For example, if - the string contains an a umlaut then it must be expressed + the string contains an umlaut then it must be expressed by "\xXX\xXX" */ VendorSupportMapEntry const gVendorMap[] ={ |