aboutsummaryrefslogtreecommitdiff
path: root/Doc/Devel
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2007-10-08 12:01:54 +0000
committerOlly Betts <olly@survex.com>2007-10-08 12:01:54 +0000
commit427a4945be3c882a4862a615dd598cd87943ca54 (patch)
tree4671811ca9f473eb754a9e9f8c840d6b33ce8d14 /Doc/Devel
parent32504a9c374b7f028b416bb052e065c627285ee9 (diff)
downloadswig-427a4945be3c882a4862a615dd598cd87943ca54.tar.gz
Fix typos
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9966 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Devel')
-rw-r--r--Doc/Devel/file.html13
1 files 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.
<p>
<b><tt>void Swig_push_directory(const String_or_char *dirname)</tt></b>
<blockquote>
-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 <tt>Swig_add_directory()</tt> except when including a system
file explicitly (either using #include &lt;file&gt; or calling <tt>Swig_include_sys()</tt>).
This function is normally used by the preprocessor to add temporary directories when
@@ -111,7 +111,7 @@ of <tt>#include &lt;file&gt;</tt> in the preprocessor.
<blockquote>
Searches for a file <tt>name</tt> and dumps its contents to <tt>outfile</tt> 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.
</blockquote>
<h2>Query functions</h2>
@@ -172,15 +172,10 @@ returns "/bar/spam/". This function is aware of local naming conventions on th
</blockquote>
<p>
-<b><tt>SWIG_FILE_DELIMETER</tt></b>
+<b><tt>SWIG_FILE_DELIMITER</tt></b>
<blockquote>
-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 "\\".
</blockquote>
</body>
</html>
-
-
-
-
-