summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-12-28 23:18:12 -0800
committerStanislav Malyshev <stas@php.net>2014-12-28 23:18:12 -0800
commit983fdb25ea1030a76bcd56872cb2ab1b59ac527b (patch)
treea497e177b7685257d56021f12018d9e56a221997
parent334b9718d578caa9f4c6d3c2f7e2fb9b65696dc3 (diff)
downloadphp-git-983fdb25ea1030a76bcd56872cb2ab1b59ac527b.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 ea0071b179..65b30ee9b0 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>