summaryrefslogtreecommitdiff
path: root/doc/win32.html
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2004-02-14 03:02:56 +0000
committerErik de Castro Lopo <erikd@mega-nerd.com>2004-02-14 03:02:56 +0000
commitbad679cfdd4bf4dfd5adeb7ce5745e4c6a18873f (patch)
tree478c067a559ac49c670aabd73baff68f912f1f58 /doc/win32.html
parent26efcb703f328a8ed05ae12f2817a0d1d83d729e (diff)
Fix typos on docs.
Diffstat (limited to 'doc/win32.html')
-rw-r--r--doc/win32.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/win32.html b/doc/win32.html
index 5a4de96..2ab3914 100644
--- a/doc/win32.html
+++ b/doc/win32.html
@@ -15,7 +15,7 @@
<P>
For Win32 there is a Microsoft Visual C++ compatible makefile in the <B>Win32\</B>
-directory of the distribution. Making the libsndfile DLL on Win32 involves
+directory of the distribution. Building the libsndfile DLL on Win32 involves
the following:
</P>
<!-- pepper -->
@@ -48,11 +48,11 @@ the following:
<CENTER><PRE>C:\libsndfile-1.X.Y> nmake -f Win32\Makefile.msvc check
</PRE></CENTER>
which will compile a set of test programs and run them. If any of the
- programs fail the error message will be help in debugging the problem.
+ programs fail the error message will be helpful in debugging the problem.
</OL>
<!-- pepper -->
<P>
-At the end of the above procedure, you will find the DLL, <B>libsndfile.dll</B>, a
+At the end of the above procedure, you will find the DLL, <B>libsndfile.dll</B> and a
LIB file <B>libsndfile.lib</B> in the current directory. These two files, along
with the header file <B>sndfile.h</B> (in the <B>Win32\</B> directory) are all that
you need to copy to your project in order to use libsndfile.