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	Mon Mar 04 19:00:00 2013 -0800
+++ b/doc/interpreter/find-docstring-files.sh	Mon Mar 04 19:04:27 2013 -0800
@@ -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.