summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-03 12:55:05 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-04-03 12:55:05 +0200
commit09cab951e9b2b0891fe6a9e9a95dac4e016b3b9b (patch)
treebd49f35f094bb93abb7c7ec45a64368783723aa0
parentc9d8cabfebc9a3b757fa1492c4431b0f88e9ded0 (diff)
fixed typo;
-rw-r--r--src/super.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/super.cpp b/src/super.cpp
index b2e7ad9..506d4a5 100644
--- a/src/super.cpp
+++ b/src/super.cpp
@@ -16,7 +16,7 @@ namespace Php {
*/
Super POST (TRACK_VARS_POST, "_POST");
Super GET (TRACK_VARS_GET, "_GET");
-Super COOKIE (TRACK_VARS_COOKIE, "_COOKIR");
+Super COOKIE (TRACK_VARS_COOKIE, "_COOKIE");
Super SERVER (TRACK_VARS_SERVER, "_SERVER");
Super ENV (TRACK_VARS_ENV, "_ENV");
Super FILES (TRACK_VARS_FILES, "_FILES");