From 8d2f282abeb0b701f7c49000d5433462bbda8602 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 4 Jul 2016 12:20:48 +0200 Subject: typo: emtpy → empty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I60cdcdc7fc38c175243c071f34295efa8739b717 --- vcl/osx/a11ytextwrapper.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/osx') diff --git a/vcl/osx/a11ytextwrapper.mm b/vcl/osx/a11ytextwrapper.mm index bfa67d1a91e6..b878effbdab8 100644 --- a/vcl/osx/a11ytextwrapper.mm +++ b/vcl/osx/a11ytextwrapper.mm @@ -272,7 +272,7 @@ using namespace ::com::sun::star::uno; @try { rtfData = [ attrString RTFFromRange: [ range rangeValue ] documentAttributes: @{NSDocumentTypeDocumentAttribute : NSRTFTextDocumentType} ]; } @catch ( NSException * e) { - // emtpy + // empty } } return rtfData; -- cgit