From 64a3124d928f337011cad137c2c059f1ef064377 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 17 Aug 2017 16:41:20 +0200 Subject: Fix typos Change-Id: Iaa9c0aea3ea1a239e378bd714ba335f91bb1faf3 Reviewed-on: https://gerrit.libreoffice.org/41194 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- README.cross | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.cross') diff --git a/README.cross b/README.cross index 0b1b74701289..f7cb075a6096 100644 --- a/README.cross +++ b/README.cross @@ -77,8 +77,8 @@ libraries on Mac OS X (.dylib)) must be built as static archives instead. This has some interesting consequences for how UNO is implemented and used. -An iOS app is a "bundle" that contains a single executable, In an app -using LibreOffice code, that eecutable then congtains the necessary +An iOS app is a "bundle" that contains a single executable. In an app +using LibreOffice code, that executable then contains the necessary LibreOffice libraries and UNO components statically linked. The Apple tool-chain for iOS cross-building is available only for OS -- cgit