about summary refs log tree commit diff
path: root/converter/other/jbig/jbig.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/jbig/jbig.c')
-rw-r--r--converter/other/jbig/jbig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/jbig/jbig.c b/converter/other/jbig/jbig.c
index ebd7c08f..90295d8b 100644
--- a/converter/other/jbig/jbig.c
+++ b/converter/other/jbig/jbig.c
@@ -2330,7 +2330,7 @@ static size_t decode_pscd(struct jbg_dec_state *s, unsigned char *data,
  * cases the remaining len - *cnt bytes of the previous block will
  * have to passed to this function again (if len > *cnt). In case of
  * any other return value than JBG_EOK, JBG_EOK_INTR or JBG_EAGAIN, a
- * serious problem has occured and the only function you should call
+ * serious problem has occurred and the only function you should call
  * is jbg_dec_free() in order to remove the mess (and probably
  * jbg_strerror() in order to find out what to tell the user).
  */