diff options
author | Duncan Sands <baldrick@free.fr> | 2012-01-02 16:55:01 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2012-01-02 16:55:01 +0000 |
commit | cf6bd5a7c36b65a80a7c43bc094725181ae9c384 (patch) | |
tree | 588c7cff07d52ed01f35258c5ca3238b196d0bcf | |
parent | 972cc0d54ac9ddbaa4d22a4f36db5269b3b4bbde (diff) |
Correct spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147435 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/CommandGuide/lit.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/lit.pod b/docs/CommandGuide/lit.pod index faf4811dd1..314e201d2d 100644 --- a/docs/CommandGuide/lit.pod +++ b/docs/CommandGuide/lit.pod @@ -208,7 +208,7 @@ suite. The test succeeded, but it was expected to fail. This is used for tests which were specified as expected to fail, but are now succeeding (generally because -the feautre they test was broken and has been fixed). +the feature they test was broken and has been fixed). =item B<FAIL> |