From: Wez Furlong Date: Wed, 9 Feb 2005 00:38:11 +0000 (+0000) Subject: fix typo X-Git-Tag: RELEASE_0_2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5304374fc5e796bbb117ff8a63062438b6b0ccb8;p=php fix typo --- diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index e5c0a61012..465be2e518 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -378,7 +378,7 @@ enum pdo_placeholder_support { /* represents a connection to a database */ struct _pdo_dbh_t { - /* these items mst appear in this order at the beginning of the + /* these items must appear in this order at the beginning of the struct so that this can be cast as a zend_object. we need this to allow the extending class to escape all the custom handlers that PDO declares.