nlopess         Wed Feb 16 14:57:58 2005 EDT

  Modified files:              
    /phpdoc/en/reference/sqlite reference.xml 
  Log:
  fix typos found by tularis. Thanks :)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/reference.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/sqlite/reference.xml
diff -u phpdoc/en/reference/sqlite/reference.xml:1.15 
phpdoc/en/reference/sqlite/reference.xml:1.16
--- phpdoc/en/reference/sqlite/reference.xml:1.15       Tue Feb 15 13:29:02 2005
+++ phpdoc/en/reference/sqlite/reference.xml    Wed Feb 16 14:57:56 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
  <reference id="ref.sqlite">
   <title>SQLite Functions</title>
   <titleabbrev>SQLite</titleabbrev>
@@ -43,9 +43,9 @@
      compiled by default.
     </para>
     <note>
-     <title>Windows installation for unprivilged accounts</title>
+     <title>Windows installation for unprivileged accounts</title>
      <para>
-      On Windows operating systems, unprivilged accounts doesn't have the
+      On Windows operating systems, unprivileged accounts don't have the
       <varname>TMP</varname> environment variable set by default. This will
       make sqlite create temporary files in the windows directory, which isn't
       good. So, you should set the <varname>TMP</varname> environment variable

Reply via email to