From 5f80a14a20a65752906321b3fdce6eaa5fc6048d Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 7 Feb 2007 00:31:10 +0000 Subject: Typos --- doc/API | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/API') 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, -- cgit v1.2.3