Fix grammar.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68331 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/StaticAnalysis.html b/www/StaticAnalysis.html
index 4c30694..81176a9 100644
--- a/www/StaticAnalysis.html
+++ b/www/StaticAnalysis.html
@@ -14,7 +14,7 @@
 
 <h1>LLVM/Clang Static Analyzer</h1>
 
-<p>The LLVM/Clang static analyzer is a standalone tool that find bugs in C and
+<p>The LLVM/Clang static analyzer is a standalone tool that finds bugs in C and
 Objective-C programs.  Currently the analyzer is invoked as a command-line tool.
 It is intended to run in tandem with a build of a project or code base.</p>