summaryrefslogtreecommitdiff
path: root/doc/API
diff options
context:
space:
mode:
authorpixel <pixel>2007-02-07 00:31:10 +0000
committerpixel <pixel>2007-02-07 00:31:10 +0000
commit5f80a14a20a65752906321b3fdce6eaa5fc6048d (patch)
treee06fceb3f15fd88b9c3c2c0b25c55939dc6da9a6 /doc/API
parent0d1531c70bab2c3109196e1cf9cf8f7c9f9b4304 (diff)
Typos
Diffstat (limited to 'doc/API')
-rw-r--r--doc/API6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/API b/doc/API
index fcbbaec..de5c555 100644
--- a/doc/API
+++ b/doc/API
@@ -383,10 +383,10 @@ directory into a .paq file. Here is how you use it:
First you create a variable of type "Archive", like this:
-new Archive("datas.paq");
+new Archive("data.paq");
-This one will "register" the archive named "datas.paq". So, after that, if you
-create an Input handle, it will first look into the archive datas.paq to see
+This one will "register" the archive named "data.paq". So, after that, if you
+create an Input handle, it will first look into the archive data.paq to see
if your file is not in. It will only do so if the file path is relative
(ie not begining with '/' or with '?:\' (for windows...)) If your file is
found in the archive, it will be read directly and transparantly. Otherwise,