summaryrefslogtreecommitdiff
path: root/Zend
diff options
context:
space:
mode:
Diffstat (limited to 'Zend')
-rw-r--r--Zend/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 85f9286eda..a14cbcd4f7 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -7995,13 +7995,13 @@
2003-02-08 Ilia Alshanetsky <ilia@prohost.org>
* zend_builtin_functions.c:
- The string.h is already avaliable through zend.h, so the manual inclusion
+ The string.h is already available through zend.h, so the manual inclusion
is not necessary.
2003-02-07 Ilia Alshanetsky <ilia@prohost.org>
* zend_builtin_functions.c:
- Added a check to ensure that string.h is avaliable before trying to use it.
+ Added a check to ensure that string.h is available before trying to use it.
Thanks Andi.