mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix typos found by tularis. Thanks :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@179907 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
761721edcb
commit
7557290037
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue