From 4c7bb09626a0adb8475d6e43997ee3a04e0e18f9 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 11 Jul 2005 12:31:57 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@190488 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pdo/functions/PDOStatement-bindParam.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pdo/functions/PDOStatement-bindParam.xml b/reference/pdo/functions/PDOStatement-bindParam.xml index 0087dbe71f..b23242f527 100644 --- a/reference/pdo/functions/PDOStatement-bindParam.xml +++ b/reference/pdo/functions/PDOStatement-bindParam.xml @@ -1,5 +1,5 @@ - + @@ -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.