Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Nov 7, 2012
1 parent 0ea6590 commit 548f0a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions yaf_registry.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
+----------------------------------------------------------------------+
*/

/* $Id: yaf_registry.c 321289 2011-12-21 02:53:29Z laruence $ */
/* $Id: yaf_registry.c 328268 2012-11-07 14:44:04Z laruence $ */

#ifdef HAVE_CONFIG_H
#include "config.h"
Expand Down Expand Up @@ -122,7 +122,7 @@ PHP_METHOD(yaf_registry, get) {
}
/* }}} */

/** {{{ proto public staitc Yaf_Registry::set($name, $value)
/** {{{ proto public static Yaf_Registry::set($name, $value)
*/
PHP_METHOD(yaf_registry, set) {
zval *value;
Expand All @@ -148,7 +148,7 @@ PHP_METHOD(yaf_registry, set) {
}
/* }}} */

/** {{{ proto public staitc Yaf_Registry::del($name)
/** {{{ proto public static Yaf_Registry::del($name)
*/
PHP_METHOD(yaf_registry, del) {
char *name;
Expand Down
6 changes: 3 additions & 3 deletions yaf_session.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
+----------------------------------------------------------------------+
*/

/* $Id: yaf_session.c 327580 2012-09-10 06:31:34Z laruence $ */
/* $Id: yaf_session.c 328268 2012-11-07 14:44:04Z laruence $ */

#ifdef HAVE_CONFIG_H
#include "config.h"
Expand Down Expand Up @@ -207,7 +207,7 @@ PHP_METHOD(yaf_session, get) {
}
/* }}} */

/** {{{ proto public staitc Yaf_Session::set($name, $value)
/** {{{ proto public static Yaf_Session::set($name, $value)
*/
PHP_METHOD(yaf_session, set) {
zval *value;
Expand All @@ -228,7 +228,7 @@ PHP_METHOD(yaf_session, set) {
}
/* }}} */

/** {{{ proto public staitc Yaf_Session::del($name)
/** {{{ proto public static Yaf_Session::del($name)
*/
PHP_METHOD(yaf_session, del) {
char *name;
Expand Down

0 comments on commit 548f0a3

Please sign in to comment.