Mercurial > hg > octave-lyh
changeset 16192:741dbca67d80
find-docstring-files.sh: Fix typo in comment.
* doc/interpreter/find-docstring-files.sh: Fix typo in comment.
author | Rik <rik@octave.org> |
---|---|
date | Mon, 04 Mar 2013 19:04:27 -0800 |
parents | 049c769b11c5 |
children | d7392bf42fd1 |
files | doc/interpreter/find-docstring-files.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/interpreter/find-docstring-files.sh +++ b/doc/interpreter/find-docstring-files.sh @@ -5,7 +5,7 @@ exit 1 fi -## if there is a file in teh build directory tree, assume it is +## if there is a file in the build directory tree, assume it is ## the file we are looking for. Otherwise, get the one from the ## source tree.