diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2024-07-07 17:40:31 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-07-18 11:46:50 +0200 |
commit | a6cab228d4d1a82a80eac81b057857a230eef0b5 (patch) | |
tree | bbc971630e7e1fe64bbaff948bf3cc0553f60841 /src/sfnt.c | |
parent | 41dc28244f238739ce5c8f0c25a3d6d66992dd54 (diff) | |
download | emacs-a6cab228d4d1a82a80eac81b057857a230eef0b5.tar.gz emacs-a6cab228d4d1a82a80eac81b057857a230eef0b5.tar.bz2 emacs-a6cab228d4d1a82a80eac81b057857a230eef0b5.zip |
; Fix typos
Diffstat (limited to 'src/sfnt.c')
-rw-r--r-- | src/sfnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfnt.c b/src/sfnt.c index 507f2d40e6f..11670f1dd5c 100644 --- a/src/sfnt.c +++ b/src/sfnt.c @@ -9166,7 +9166,7 @@ sfnt_interpret_alignrp (struct sfnt_interpreter *interpreter) ZP1. Move both points along the freedom vector by half the magnitude of - the the projection of a vector formed by P1.x - P2.x, P1.y - P2.y, + the projection of a vector formed by P1.x - P2.x, P1.y - P2.y, upon the projection vector. */ static void |