diff options
Diffstat (limited to 'test/manual/indent/octave.m')
-rw-r--r-- | test/manual/indent/octave.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/manual/indent/octave.m b/test/manual/indent/octave.m index 76cad09ad1e..08b7fa58d59 100644 --- a/test/manual/indent/octave.m +++ b/test/manual/indent/octave.m @@ -1517,7 +1517,7 @@ function copy_files (desc, packdir, global_install) if (exist (fullfile (desc.dir, getarch ()), "dir") && ! strcmp (fullfile (desc.dir, getarch ()), octfiledir)) if (! exist (octfiledir, "dir")) - ## Can be required to create upto three levels of dirs. + ## Can be required to create up to three levels of dirs. octm1 = fileparts (octfiledir); if (! exist (octm1, "dir")) octm2 = fileparts (octm1); |