diff --git a/Doc/Devel/file.html b/Doc/Devel/file.html index 3dc68aaa5..77ad7edc8 100644 --- a/Doc/Devel/file.html +++ b/Doc/Devel/file.html @@ -36,7 +36,7 @@ system search path.
void Swig_push_directory(const String_or_char *dirname)
-Pushs a temporary directory onto the search path. This directory is searched before +Pushes a temporary directory onto the search path. This directory is searched before directories added with Swig_add_directory() except when including a system file explicitly (either using #include <file> or calling Swig_include_sys()). This function is normally used by the preprocessor to add temporary directories when @@ -111,7 +111,7 @@ of #include <file> in the preprocessor.Searches for a file name and dumps its contents to outfile if found. -Returns 0 on sucesss, -1 if the file couldn't be found. +Returns 0 on success, -1 if the file couldn't be found.Query functions
@@ -172,15 +172,10 @@ returns "/bar/spam/". This function is aware of local naming conventions on th
-SWIG_FILE_DELIMETER +SWIG_FILE_DELIMITER
-This macro contains the file delimeter string for the local machine. On unix it is "/", on Windows it is "\\". +This macro contains the file delimiter string for the local machine. On Unix it is "/", on Windows it is "\\".