derick Wed Nov 14 14:05:27 2001 EDT
Modified files:
/phpdoc/en/functions mssql.xml
Log:
- Fix typo
Index: phpdoc/en/functions/mssql.xml
diff -u phpdoc/en/functions/mssql.xml:1.20 phpdoc/en/functions/mssql.xml:1.21
--- phpdoc/en/functions/mssql.xml:1.20 Wed Nov 14 14:00:48 2001
+++ phpdoc/en/functions/mssql.xml Wed Nov 14 14:05:26 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.20 $ -->
+<!-- $Revision: 1.21 $ -->
<reference id="ref.mssql">
<title>Microsoft SQL Server functions</title>
<titleabbrev>MS SQL Server</titleabbrev>
@@ -14,7 +14,7 @@
The extension requires the MS SQL Client Tools to be installed
on the system where PHP is installed. The Client Tools can
be installed from the MS SQL Server CD or by copying ntwdblib.dll
- from \winnt\system32 on the serber to \winnt\system32 on the PHP box.
+ from \winnt\system32 on the server to \winnt\system32 on the PHP box.
Copying ntwdblib.dll will only provide access. Configuration of the client
will require installation of all the tools.
</simpara>