summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_driver.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2005-02-09 00:38:11 +0000
committerWez Furlong <wez@php.net>2005-02-09 00:38:11 +0000
commit5304374fc5e796bbb117ff8a63062438b6b0ccb8 (patch)
tree96f5f89e0e036b81850a7647dca088efe6f5ee43 /ext/pdo/php_pdo_driver.h
parent3fb1c65a41f6d934aa6e3568a5b94055a22d623e (diff)
downloadphp-git-5304374fc5e796bbb117ff8a63062438b6b0ccb8.tar.gz
fix typo
Diffstat (limited to 'ext/pdo/php_pdo_driver.h')
-rwxr-xr-xext/pdo/php_pdo_driver.h2
1 files changed, 1 insertions, 1 deletions
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.