diff options
Diffstat (limited to 'ext/odbc/birdstep.c')
-rw-r--r-- | ext/odbc/birdstep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/birdstep.c b/ext/odbc/birdstep.c index 4e4c25ba51..8f764d8e06 100644 --- a/ext/odbc/birdstep.c +++ b/ext/odbc/birdstep.c @@ -226,7 +226,7 @@ static void birdstep_del_result(HashTable *list,int ind) /* Users functions */ -/* {{{ proto int birdstep_connect(string server, string user, sting pass) +/* {{{ proto int birdstep_connect(string server, string user, string pass) */ PHP_FUNCTION(birdstep_connect) { |