summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/hyperwave/hw.c2
-rw-r--r--ext/mcal/php_mcal.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c
index 015dcb97ef..c08d1fd607 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -1287,7 +1287,7 @@ php_printf("%s", object);
}
/* }}} */
-/* {{{ proto string hw_getobject(int link, int objidž [string linkroot])
+/* {{{ proto string hw_getobject(int link, int objid [, string linkroot])
Returns object record */
PHP_FUNCTION(hw_getobject) {
pval **argv[3];
diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c
index 4984416696..7329f10221 100644
--- a/ext/mcal/php_mcal.c
+++ b/ext/mcal/php_mcal.c
@@ -1096,8 +1096,8 @@ PHP_FUNCTION(mcal_event_set_class)
}
/* }}} */
-/* {{{ proto string mcal_event_add_attribute(int stream_id, string attribute,string value)
- Add an attribute and value to an event */
+/* {{{ proto string mcal_event_add_attribute(int stream_id, string attribute, string value)
+ Add an attribute and value to an event */
PHP_FUNCTION(mcal_event_add_attribute)
{
pval *streamind,*attribute,*val;