diff src/utils.cc @ 5448:ebe5d7d15522

[project @ 2005-09-14 18:55:04 by jwe]
author jwe
date Wed, 14 Sep 2005 18:55:05 +0000
parents 4c8a2e4e0717
children f315234695b1
line wrap: on
line diff
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -279,11 +279,11 @@
 @deftypefn {Built-in Function} {} file_in_loadpath (@var{file})\n\
 @deftypefnx {Built-in Function} {} file_in_loadpath (@var{file}, \"all\")\n\
 \n\
-Return the absolute name name of @var{file} if it can be found in\n\
+Return the absolute name of @var{file} if it can be found in\n\
 the list of directories specified by @code{LOADPATH}.\n\
 If no file is found, return an empty matrix.\n\
 \n\
-If the first argument is a cell array of of strings, search each\n\
+If the first argument is a cell array of strings, search each\n\
 directory of the loadpath for element of the cell array and return\n\
 the first that matches.\n\
 \n\
@@ -337,7 +337,7 @@
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} file_in_path (@var{path}, @var{file})\n\
 @deftypefnx {Built-in Function} {} file_in_path (@var{path}, @var{file}, \"all\")\n\
-Return the absolute name name of @var{file} if it can be found in\n\
+Return the absolute name of @var{file} if it can be found in\n\
 @var{path}.  The value of @var{path} should be a colon-separated list of\n\
 directories in the format described for the built-in variable\n\
 @code{LOADPATH}.  If no file is found, return an empty matrix.\n\
@@ -348,7 +348,7 @@
      @result{} \"@value{OCTAVEHOME}/share/octave/2.0/m/general/nargchk.m\"\n\
 @end example\n\
 \n\
-If the second argument is a cell array of of strings, search each\n\
+If the second argument is a cell array of strings, search each\n\
 directory of the path for element of the cell array and return\n\
 the first that matches.\n\
 \n\