diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-06-18 22:48:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-06-19 09:06:38 +0200 |
commit | 1c07dbe96600d99f55f2d14d79880d1cd24ef017 (patch) | |
tree | e5aeecdbfa81060253ed18c4df54888585b4742e /tools/source | |
parent | 1be82e6ff63dfbbe848255ad9d0458334fbf8eb7 (diff) |
Fix typos
Change-Id: I887a86506b700a21b56bbc66d8b3b2e1bcec0da5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96651
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/misc/json_writer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/misc/json_writer.cxx b/tools/source/misc/json_writer.cxx index 12ff5eb37641..81b22e92a2d1 100644 --- a/tools/source/misc/json_writer.cxx +++ b/tools/source/misc/json_writer.cxx @@ -234,7 +234,7 @@ void JsonWriter::addCommaBeforeField() } } -/** Hands ownership of the the underlying storage buffer to the caller, +/** Hands ownership of the underlying storage buffer to the caller, * after this no more document modifications may be written. */ char* JsonWriter::extractData() { |