summaryrefslogtreecommitdiff
path: root/ext/date/php_date.h
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2013-07-24 00:55:43 +0100
committerStanislav Malyshev <stas@php.net>2013-08-04 16:05:36 -0700
commit8d86597d7368460383a33a4399ea7a8b244cd6fa (patch)
tree39778cd6a7c61ad3a00f5ce0f11a59de60836ba2 /ext/date/php_date.h
parent5f137d080acfc43ec66cc2a904076972edb5de67 (diff)
downloadphp-git-8d86597d7368460383a33a4399ea7a8b244cd6fa.tar.gz
non living code related typo fixes
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r--ext/date/php_date.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h
index 806c27ac5b..be0df38b69 100644
--- a/ext/date/php_date.h
+++ b/ext/date/php_date.h
@@ -165,7 +165,7 @@ ZEND_END_MODULE_GLOBALS(date)
#define DATEG(v) (date_globals.v)
#endif
-/* Backwards compability wrapper */
+/* Backwards compatibility wrapper */
PHPAPI signed long php_parse_date(char *string, signed long *now);
PHPAPI void php_mktime(INTERNAL_FUNCTION_PARAMETERS, int gmt);
PHPAPI int php_idate(char format, time_t ts, int localtime TSRMLS_DC);