diff options
author | Stanislav Malyshev <stas@php.net> | 2014-11-30 17:09:53 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-11-30 17:09:53 -0800 |
commit | 977974f95fa5b76f7e0e9d29e39c0dc52dfaa913 (patch) | |
tree | 9e12e4c6c7fbbbf4e9a6ccc36bb163a638909113 /ext/intl | |
parent | 04808aa7e18ad0b2f6d014d06777b519e41dbccf (diff) | |
download | php-git-977974f95fa5b76f7e0e9d29e39c0dc52dfaa913.tar.gz |
fix typo
Diffstat (limited to 'ext/intl')
-rw-r--r-- | ext/intl/collator/collator_attr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/collator/collator_attr.h b/ext/intl/collator/collator_attr.h index 85636cc486..8bd91b02c1 100644 --- a/ext/intl/collator/collator_attr.h +++ b/ext/intl/collator/collator_attr.h @@ -16,7 +16,7 @@ */ #ifndef COLLATOR_ATTR_H -#define CCOLLATOR_ATTR_H +#define COLLATOR_ATTR_H #include <php.h> |