2009/dap/file-system file-dir-sys.html,1.3,1.4

Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv32313

Modified Files:
	file-dir-sys.html 
Log Message:
Typo fix.

Index: file-dir-sys.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-dir-sys.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- file-dir-sys.html	10 Apr 2010 01:36:50 -0000	1.3
+++ file-dir-sys.html	10 Apr 2010 01:39:23 -0000	1.4
@@ -631,7 +631,7 @@
               <dd>
                 <ul>
                   <li>If CREATE and EXCLUSIVE are both specified [options is set
-                  to (CREATE|EXCLUSIVE) and the path already exists,
+                  to (CREATE|EXCLUSIVE)] and the path already exists,
                   getFile MUST fail.</li>
                   <li>If CREATE is specified, the path doesn't exist, and no
                   other error occurs, getFile MUST create it as a zero-length
@@ -671,7 +671,7 @@
               <dd>
                 <ul>
                   <li>If CREATE and EXCLUSIVE are both specified [options is set
-                  to (CREATE|EXCLUSIVE) and the path already exists,
+                  to (CREATE|EXCLUSIVE)] and the path already exists,
                   getDirectory MUST fail.</li>
                   <li>If CREATE is specified, the path doesn't exist, and no
                   other error occurs, getDirectory MUST create and return

Received on Saturday, 10 April 2010 01:39:26 UTC