diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2013-05-22 11:48:26 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2013-05-22 11:48:26 +0200 |
commit | c20e383b223c324ca7d6d2b71b9c71ba804b50d5 (patch) | |
tree | 86194c996c3489ce17c75e4cbcd4749b3183a05f /fitz | |
parent | 7ca8145238935fb5d704dd72c078fd946885a7e5 (diff) | |
download | mupdf-c20e383b223c324ca7d6d2b71b9c71ba804b50d5.tar.xz |
Fix typo in comment.
Diffstat (limited to 'fitz')
-rw-r--r-- | fitz/fitz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h index 790d65f8..52264d92 100644 --- a/fitz/fitz.h +++ b/fitz/fitz.h @@ -2481,7 +2481,7 @@ enum { gotor.flags: A bitfield consisting of fz_link_flag_* describing the validity and meaning of the different parts - of gotor.lr and gotor.rb. Link destinations are constructed + of gotor.lt and gotor.rb. Link destinations are constructed (as far as possible) so that lt and rb can be treated as a bounding box, though the validity flags indicate which of the values was actually specified in the file. |