summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2012-01-10 01:10:28 +0100
committerSebastian Rasmussen <sebras@gmail.com>2012-01-10 01:10:28 +0100
commit7d920025a2eaca1ec879d2e78b46576ca3351cc9 (patch)
treee13ad7288976df91e4f40285f9401a148ce4ddd7 /fitz/fitz.h
parent6de45df10e024813ad7c62f31394f86fbcb364a7 (diff)
downloadmupdf-7d920025a2eaca1ec879d2e78b46576ca3351cc9.tar.xz
Fix many spelling errors.
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r--fitz/fitz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index 7788ffd6..1f971cd3 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -192,7 +192,7 @@ void fz_var_imp(void *);
* }
*
* 3) The macros are implemented using setjmp and longjmp, and so the standard
- * C restrictions on the use of those functions apply to fz_try/fa_catch
+ * C restrictions on the use of those functions apply to fz_try/fz_catch
* too. In particular, any "truly local" variable that is set between the
* start of fz_try and something in fz_try throwing an exception may become
* undefined as part of the process of throwing that exception.