diff options
author | Sebastian Rasmussen <sebras@gmail.com> | 2016-06-14 02:08:28 +0200 |
---|---|---|
committer | Sebastian Rasmussen <sebras@gmail.com> | 2016-06-14 02:10:24 +0200 |
commit | 9c9fe1a6e373ab174667314d5be29c6822894f54 (patch) | |
tree | d3649b24e3e7afee05c5cb71b4e25aff66a8c3a5 /source/xps/xps-path.c | |
parent | 4d7bf58d137d884e4eb0e81fd576031f069105cb (diff) | |
download | mupdf-9c9fe1a6e373ab174667314d5be29c6822894f54.tar.xz |
Fix typos in various parts of the code.
Diffstat (limited to 'source/xps/xps-path.c')
-rw-r--r-- | source/xps/xps-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xps/xps-path.c b/source/xps/xps-path.c index 81545720..250c4206 100644 --- a/source/xps/xps-path.c +++ b/source/xps/xps-path.c @@ -90,7 +90,7 @@ angle_between(const fz_point u, const fz_point v) } /* - Some explaination of the parameters here is warranted. See: + Some explanation of the parameters here is warranted. See: http://www.w3.org/TR/SVG11/implnote.html#ArcImplementationNotes |