SF Patch #1093896:  miscellaneous doc typos
diff --git a/Doc/lib/libossaudiodev.tex b/Doc/lib/libossaudiodev.tex
index 0515978..8c8e445 100644
--- a/Doc/lib/libossaudiodev.tex
+++ b/Doc/lib/libossaudiodev.tex
@@ -261,7 +261,7 @@
 raises \exception{OSSAudioError} if not.  Returns a tuple (\var{format},
 \var{nchannels}, \var{samplerate}) indicating the parameter values that
 were actually set by the device driver (i.e., the same as the return
-valus of \method{setfmt()}, \method{channels()}, and \method{speed()}).
+values of \method{setfmt()}, \method{channels()}, and \method{speed()}).
 
 For example,
 \begin{verbatim}