dbs Mon Jul 11 08:31:59 2005 EDT
Modified files:
/phpdoc/en/reference/pdo/functions PDOStatement-bindParam.xml
Log:
Typo.
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.7
phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.8
--- phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml:1.7 Mon Jul
11 00:38:55 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-bindParam.xml Mon Jul
11 08:31:57 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc.
-->
<refentry id="function.PDOStatement-bindParam">
<refnamediv>
@@ -27,7 +27,7 @@
Most parameters are input parameters, that is, parameters that are used
in a read-only fashion to build up the query. Some drivers support the
invocation of stored procedures that return data as output parameters,
- and some also as intput/output parameters that both send in data and are
+ and some also as input/output parameters that both send in data and are
updated to receive it.
</para>