Skip to content

Commit 4f97323

Browse files
authored
Merge pull request #214 from nick-zh/master
fix typo
2 parents 3c1cb9a + 1944e33 commit 4f97323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ PHP_METHOD(RdKafka__Conf, setDrMsgCb)
538538
/* }}} */
539539

540540
/* {{{ proto void RdKafka\Conf::setStatsCb(callable $callback)
541-
Sets the delivery report callback */
541+
Sets the statistics report callback */
542542

543543
ZEND_BEGIN_ARG_INFO_EX(arginfo_kafka_conf_set_stats_cb, 0, 0, 1)
544544
ZEND_ARG_INFO(0, callback)

0 commit comments

Comments
 (0)