diff libinterp/corefcn/file-io.cc @ 27956:2310164737b3 stable

fix many spelling errors (bug #57613)
author John W. Eaton <jwe@octave.org>
date Fri, 17 Jan 2020 13:15:27 -0600
parents c942659a57e6
children c20b7290c778
line wrap: on
line diff
--- a/libinterp/corefcn/file-io.cc	Fri Oct 18 17:24:37 2019 -0700
+++ b/libinterp/corefcn/file-io.cc	Fri Jan 17 13:15:27 2020 -0600
@@ -1193,7 +1193,7 @@
 
   if (args.length () == 1)
     {
-      // ommited format = %f.  explicit "" = width from file
+      // omitted format = %f.  explicit "" = width from file
       fmt = "%f";
     }
   else if (args(1).is_string ())
@@ -1427,7 +1427,7 @@
 example), then the default is zero.
 
 @item @qcode{"EndOfLine"}
-@var{value} can be either an emtpy or one character specifying the
+@var{value} can be either an empty or one character specifying the
 end-of-line character, or the pair
 @qcode{"@xbackslashchar{}r@xbackslashchar{}n"} (CRLF).
 In the latter case, any of