comparison doc/interpreter/find-docstring-files.sh @ 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 2fc554ffbc28
children c3c1fb44f9b5
comparison
equal deleted inserted replaced
16191:049c769b11c5 16192:741dbca67d80
3 if [ $# -ne 1 ]; then 3 if [ $# -ne 1 ]; then
4 echo "usage: find-docstring-files TOP-SRCDIR" 1>&2 4 echo "usage: find-docstring-files TOP-SRCDIR" 1>&2
5 exit 1 5 exit 1
6 fi 6 fi
7 7
8 ## if there is a file in teh build directory tree, assume it is 8 ## if there is a file in the build directory tree, assume it is
9 ## the file we are looking for. Otherwise, get the one from the 9 ## the file we are looking for. Otherwise, get the one from the
10 ## source tree. 10 ## source tree.
11 11
12 if [ -f "../../scripts/DOCSTRINGS" ]; then 12 if [ -f "../../scripts/DOCSTRINGS" ]; then
13 echo "../../scripts/DOCSTRINGS" 13 echo "../../scripts/DOCSTRINGS"