# HG changeset patch # User Rik # Date 1362452667 28800 # Node ID 741dbca67d80c7640c91fa6c031486dc2c5972ca # Parent 049c769b11c56287ae7396db2d69941e3a0ca42b find-docstring-files.sh: Fix typo in comment. * doc/interpreter/find-docstring-files.sh: Fix typo in comment. diff --git a/doc/interpreter/find-docstring-files.sh b/doc/interpreter/find-docstring-files.sh --- 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.