diff doc/interpreter/io.txi @ 6939:46d1ad37d943

[project @ 2007-10-01 16:12:20 by jwe]
author jwe
date Mon, 01 Oct 2007 16:12:20 +0000
parents c81a0f3f5a82
children fd42779a8428
line wrap: on
line diff
--- a/doc/interpreter/io.txi	Mon Oct 01 16:01:53 2007 +0000
+++ b/doc/interpreter/io.txi	Mon Oct 01 16:12:20 2007 +0000
@@ -930,8 +930,8 @@
 
 Octave can read and write binary data using the functions @code{fread}
 and @code{fwrite}, which are patterned after the standard C functions
-with the same names.  The are able to automatically swap the byte order
-of integer data and convert among ths supported floating point formats
+with the same names.  They are able to automatically swap the byte order
+of integer data and convert among the supported floating point formats
 as the data are read.
 
 @DOCSTRING(fread)