comparison src/load-path.cc @ 11885:3342d1a7c4c9 release-3-0-x

spelling corrections Here is a patch with some spelling corrections to the manual. changeset: 8308:aeaf884ea9af user: Brian Gough <bjg@gnu.org> date: Fri Nov 07 09:26:17 2008 -0500 summary: [docs] assoicated => associated
author Brian Gough<bjg@network-theory.co.uk>
date Thu, 20 Nov 2008 08:39:44 +0100
parents ee51db2f6a6a
children
comparison
equal deleted inserted replaced
11884:cee2f0ae1dba 11885:3342d1a7c4c9
1296 } 1296 }
1297 1297
1298 DEFUN (genpath, args, , 1298 DEFUN (genpath, args, ,
1299 "-*- texinfo -*-\n\ 1299 "-*- texinfo -*-\n\
1300 @deftypefn {Built-in Function} {} genpath (@var{dir})\n\ 1300 @deftypefn {Built-in Function} {} genpath (@var{dir})\n\
1301 Return a path constructed from @var{dir} and all its subdiretories.\n\ 1301 Return a path constructed from @var{dir} and all its subdirectories.\n\
1302 @end deftypefn") 1302 @end deftypefn")
1303 { 1303 {
1304 octave_value retval; 1304 octave_value retval;
1305 1305
1306 if (args.length () == 1) 1306 if (args.length () == 1)