summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2017-01-16 00:23:06 -0800
committerStanislav Malyshev <stas@php.net>2017-01-16 00:23:06 -0800
commit50b38322b96416b0a5609591a52178f6100768da (patch)
tree962ed4c850f139d16522021f92ebb6d25e8b1414
parent814966ad33f9a734e422e34327256d58a91d1272 (diff)
downloadphp-git-50b38322b96416b0a5609591a52178f6100768da.tar.gz
Fix typo
-rw-r--r--ext/intl/collator/collator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/collator/collator.h b/ext/intl/collator/collator.h
index 96e7aa097b..5ceca2f84a 100644
--- a/ext/intl/collator/collator.h
+++ b/ext/intl/collator/collator.h
@@ -16,7 +16,7 @@
*/
#ifndef COLLATOR_COLLATOR_H
-#define CCOLLATOR_COLLATOR_H
+#define COLLATOR_COLLATOR_H
#include <php.h>