diff scripts/miscellaneous/copyfile.m @ 17514:5b916efea542

doc: spellcheck of documentation before 3.8 release. * doc/interpreter/doccheck/aspell-octave.en.pws: Add new words to Octave-specific dictionary. * libinterp/corefcn/ellipj.cc, scripts/image/imfinfo.m, scripts/miscellaneous/copyfile.m, scripts/miscellaneous/movefile.m, scripts/plot/meshgrid.m, scripts/specfun/expint.m: spellcheck of documentation before 3.8 release.
author Rik <rik@octave.org>
date Sat, 28 Sep 2013 17:36:27 -0700
parents 0bf2fc8562c9
children d63878346099
line wrap: on
line diff
--- a/scripts/miscellaneous/copyfile.m
+++ b/scripts/miscellaneous/copyfile.m
@@ -29,7 +29,7 @@
 ## If successful, @var{status} is 1, and @var{msg}, @var{msgid} are empty
 ## character strings ("").  Otherwise, @var{status} is 0, @var{msg} contains a
 ## system-dependent error message, and @var{msgid} contains a unique message
-## identifier.  Note that the status code is exacly opposite that of the
+## identifier.  Note that the status code is exactly opposite that of the
 ## @code{system} command.
 ## @seealso{movefile, rename, unlink, delete, glob}
 ## @end deftypefn