summaryrefslogtreecommitdiff
path: root/include/fatalerror.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-05-31 18:36:04 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-05-31 18:36:04 +0200
commitf107c1522db3db81bb0ef1031250891432eaa453 (patch)
tree6e9399905aecf23283b5592cab75ef9656a24889 /include/fatalerror.h
parent4b32f9f761ba9e911fdc53181e5c2feec7bf040d (diff)
fix documentation stuff that was reported in pull requested #194
Diffstat (limited to 'include/fatalerror.h')
-rw-r--r--include/fatalerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fatalerror.h b/include/fatalerror.h
index bda717a..a5fd25c 100644
--- a/include/fatalerror.h
+++ b/include/fatalerror.h
@@ -6,7 +6,7 @@
*
* However, this will trigger a longjmp(), which will cause objects
* constructed in the extension not to be destructed. We use therefore
- * this FatalError class, which is a normally exception that _does_
+ * this FatalError class, which is a normal exception that _does_
* cause objects to be destructed.
*
* When it is caught, right before control is handed back to the Zend