From ae13a6819e1dea6646aa0eba435ca9c81101f52c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 29 Sep 2015 17:54:55 +0200 Subject: Fix typos Change-Id: Id66432ef80fc2963fd2cbc6fad5d8e135e8975b0 Reviewed-on: https://gerrit.libreoffice.org/18956 Reviewed-by: Oliver Specht Tested-by: Oliver Specht --- include/svl/filerec.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svl') diff --git a/include/svl/filerec.hxx b/include/svl/filerec.hxx index cd949fb02003..fad39beded6d 100644 --- a/include/svl/filerec.hxx +++ b/include/svl/filerec.hxx @@ -205,7 +205,7 @@ private: * => They build on each, for instance the SfxMiniRecord is contained * in all others * - * It should be possible to distinguish the record from Drawing Enginge + * It should be possible to distinguish the record from Drawing Engine * ones. These start with 'DRMD' und 'DRVW'. *
* => Mini-Records with Pre-Tag 'D' can only be up to 4MB in size, @@ -279,7 +279,7 @@ private: * after streaming the conntents. * * To allow for forward and backward compatibility, newer versions - * of the data must always inclode the older versions completely, + * of the data must always include the older versions completely, * it is only allowed to append new data! * * @par File Format -- cgit