diff options
Diffstat (limited to 'test/indent/octave.m')
-rw-r--r-- | test/indent/octave.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/indent/octave.m b/test/indent/octave.m index 5ce52ad7a1..4c2fa6c843 100644 --- a/test/indent/octave.m +++ b/test/indent/octave.m @@ -19,7 +19,7 @@ function res = tcomp (fn) pop = x(:,1:10)(:); ## Here and below, we test if the indentation aligns with a previous ## fixindented line. This is important so as to make it easier for the - ## user to verride some indentation somewhere, and also because it + ## user to override some indentation somewhere, and also because it ## reflects the fact that the indentation decision is taken with a minimum ## amount of work (i.e. in the present case, without having to walk back ## until the `function' line). |