summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartijn Otto <martijn.otto@copernica.com>2014-02-17 16:56:25 +0100
committerMartijn Otto <martijn.otto@copernica.com>2014-02-17 16:56:25 +0100
commit013754c6fe34073b8a2c9a5d97cea0b4c3ed9859 (patch)
tree890a8c0dbbf05b27a566a1b56812b770b64fb49d /src
parent6c4ff800fcd7582b3bacb25ccd5e2c5374cf634f (diff)
Rename function name with spelling mistake
Diffstat (limited to 'src')
-rw-r--r--src/classinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classinfo.cpp b/src/classinfo.cpp
index f34758e..f96d724 100644
--- a/src/classinfo.cpp
+++ b/src/classinfo.cpp
@@ -166,7 +166,7 @@ void _ClassInfo::initialize(TSRMLS_DC)
/**
* set access types flags for class
*/
-void _ClassInfo::seFlags(struct _zend_class_entry *entry, int flags) {
+void _ClassInfo::setFlags(struct _zend_class_entry *entry, int flags) {
entry->ce_flags |= flags;
}