From 427a4945be3c882a4862a615dd598cd87943ca54 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 8 Oct 2007 12:01:54 +0000 Subject: [PATCH] Fix typos git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9966 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Devel/file.html | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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 "\\".
- - - - -