summaryrefslogtreecommitdiff
path: root/src/cff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2023-04-26 13:15:57 +0200
committerWerner Lemberg <wl@gnu.org>2023-04-27 06:24:48 +0200
commitcfe54d6ac395090e0975b743b9dba941067ba6e0 (patch)
treeff4fe3e6d90c5748d89c210795c561a70e0243bc /src/cff
parent7ab541a28be55256eaa17fd45a285d12143617be (diff)
downloadfreetype2-cfe54d6ac395090e0975b743b9dba941067ba6e0.tar.gz
s/this is,/that is,/
Diffstat (limited to 'src/cff')
-rw-r--r--src/cff/cffload.c2
-rw-r--r--src/cff/cffparse.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cff/cffload.c b/src/cff/cffload.c
index f0e1977e2..fa2c29b28 100644
--- a/src/cff/cffload.c
+++ b/src/cff/cffload.c
@@ -400,7 +400,7 @@
/* Allocate a table containing pointers to an index's elements. */
/* The `pool' argument makes this function convert the index */
- /* entries to C-style strings (this is, null-terminated). */
+ /* entries to C-style strings (that is, null-terminated). */
static FT_Error
cff_index_get_pointers( CFF_Index idx,
FT_Byte*** table,
diff --git a/src/cff/cffparse.c b/src/cff/cffparse.c
index a31f085d9..89a0263b7 100644
--- a/src/cff/cffparse.c
+++ b/src/cff/cffparse.c
@@ -622,7 +622,7 @@
dict->has_font_matrix = TRUE;
- /* We expect a well-formed font matrix, this is, the matrix elements */
+ /* We expect a well-formed font matrix, that is, the matrix elements */
/* `xx' and `yy' are of approximately the same magnitude. To avoid */
/* loss of precision, we use the magnitude of the largest matrix */
/* element to scale all other elements. The scaling factor is then */