summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-05-15 12:09:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-05-15 15:32:36 +0200
commite55cf3bb2b445201280cdc6742926787294e2363 (patch)
treefacdf6f93632d1079c9400a434ccb0fb5dda12d8
parent6c102b0a12ed911b207d8b1da421f2b916c2bcdf (diff)
Typo in comment
Change-Id: I8b33a9cdb622edb065bceef2e9122c2fd28ce75e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94306 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--jvmfwk/source/elements.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx
index 5f7ff045b302..f05cb5950e83 100644
--- a/jvmfwk/source/elements.cxx
+++ b/jvmfwk/source/elements.cxx
@@ -878,7 +878,7 @@ void CNodeJavaInfo::writeToNode(xmlDoc* pDoc,
xmlAddChild(pJavaInfoNode, nodeCrLf);
- //Create the features element
+ //Create the vendorData element
rtl::ByteSequence data = encodeBase16(arVendorData);
xmlNode* dataNode = xmlNewChild(pJavaInfoNode, nullptr,
reinterpret_cast<xmlChar const *>("vendorData"),