summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/source/misc/json_writer.cxx2
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()
{