From 6395d94549098af1ddc3a1f5e29c3870dcc9bdb9 Mon Sep 17 00:00:00 2001 From: nicobn Date: Sun, 23 Sep 2007 16:56:16 +0000 Subject: [PATCH] Corrected typo --- .../docs/en/connection-management/opening-a-new-connection.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/new/docs/en/connection-management/opening-a-new-connection.txt b/manual/new/docs/en/connection-management/opening-a-new-connection.txt index 3b90c05ea..2d79c4526 100644 --- a/manual/new/docs/en/connection-management/opening-a-new-connection.txt +++ b/manual/new/docs/en/connection-management/opening-a-new-connection.txt @@ -12,7 +12,7 @@ try { } -If your database extension isn't supported by PDO you can use special {{Doctrine_Adapter}} class (if availible). The following example uses db2 adapter: +If your database extension isn't supported by PDO you can use special {{Doctrine_Adapter}} class (if available). The following example uses db2 adapter: $dsn = 'db2:dbname=testdb;host=127.0.0.1';