From 563fe60878c2ad3289c5bdcd7d8647aea4280129 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Jul 2018 23:39:23 +0200 Subject: Fix typos Change-Id: I5195d13b351c0eebad1eae901f7ce8408a9e5c92 Reviewed-on: https://gerrit.libreoffice.org/57028 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- io/source/stm/omark.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io/source') diff --git a/io/source/stm/omark.cxx b/io/source/stm/omark.cxx index 378d9fd00d2c..989c20894b0f 100644 --- a/io/source/stm/omark.cxx +++ b/io/source/stm/omark.cxx @@ -61,7 +61,7 @@ namespace io_stm { * OMarkableOutputStream. * * This object allows to set marks in an outputstream. It is allowed to jump back to the marks and -* rewrite the some bytes. +* rewrite the same bytes. * * The object must buffer the data since the last mark set. Flush will not * have any effect. As soon as the last mark has been removed, the object may write the data -- cgit