summaryrefslogtreecommitdiff
path: root/include/fatalerror.h
diff options
context:
space:
mode:
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