diff options
author | Jim Laskey <jlaskey@mac.com> | 2006-03-27 19:43:08 +0000 |
---|---|---|
committer | Jim Laskey <jlaskey@mac.com> | 2006-03-27 19:43:08 +0000 |
commit | cf9db4a4cf7f2835e5e623dbe5d437b94a287072 (patch) | |
tree | 311bcba659f141a171794a8b44579bb1ac5e1071 | |
parent | 5f4eaa5a1481ebe39ba3fe580a47b61dcb284c40 (diff) | |
download | external_llvm-cf9db4a4cf7f2835e5e623dbe5d437b94a287072.zip external_llvm-cf9db4a4cf7f2835e5e623dbe5d437b94a287072.tar.gz external_llvm-cf9db4a4cf7f2835e5e623dbe5d437b94a287072.tar.bz2 |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27178 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/TestingGuide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html index 971e991..830ee68 100644 --- a/docs/TestingGuide.html +++ b/docs/TestingGuide.html @@ -91,7 +91,7 @@ filenames themselves on the <tt>configure</tt> line.</li> <p>Darwin (Mac OS X) developers can simplify the installation of Expect and tcl by using fink. <tt>fink install expect</tt> will install both. Alternatively, -users not using Darwin an use <tt>sudo port install expect</tt> to install +users not using Darwin can use <tt>sudo port install expect</tt> to install Expect and tcl.</p> </div> |