diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-09 15:07:20 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-09 16:14:47 +0200 |
commit | 42cfb5d0306300c448b54d8d7dd3bad21f7dfe55 (patch) | |
tree | 96e92086252964c1dc9cfd49f466fd6d872ade1d /vcl | |
parent | 956c632e34d47099a2a0d6b084a4e30d26eaa0c0 (diff) |
Fix typos
"its really"
Change-Id: Ic0b41597c83be6c1c66b9cdf6ccbf80b0c2bc9ef
Reviewed-on: https://gerrit.libreoffice.org/77204
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/fontsubset/sft.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx index 9492f2ed347c..a7f2161309cc 100644 --- a/vcl/source/fontsubset/sft.cxx +++ b/vcl/source/fontsubset/sft.cxx @@ -1419,7 +1419,7 @@ SFErrCodes OpenTTFontFile( const char* fname, sal_uInt32 facenum, TrueTypeFont** (*ttf)->fsize = st.st_size; /* On Mac OS, most likely will happen if a Mac user renames a font file - * to be .ttf when its really a Mac resource-based font. + * to be .ttf when it's really a Mac resource-based font. * Size will be 0, but fonts smaller than 4 bytes would be broken anyway. */ if ((*ttf)->fsize == 0) { |