From 8f7adbee5e9eee5f105aa401f1fd3cc353bf2e2a Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 10 Nov 2001 13:52:31 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61827 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/intro.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/intro.xml b/chapters/intro.xml index ce78339a4d..8a8107e195 100644 --- a/chapters/intro.xml +++ b/chapters/intro.xml @@ -1,5 +1,5 @@ - + Introduction @@ -181,7 +181,7 @@ We also have a DBX database abstraction extension allowing you to transparently use any database supported by that extension. - Additionaly PHP supports ODBC, the Open Database Connection + Additionally PHP supports ODBC, the Open Database Connection standard, so you can connect to any other database supporting this world standard.