Fix a few typos.

llvm-svn: 211851
diff --git a/lldb/www/tutorial.html b/lldb/www/tutorial.html
index bbab90d..d144b71 100755
--- a/lldb/www/tutorial.html
+++ b/lldb/www/tutorial.html
@@ -77,7 +77,7 @@
                    foo.c) got more and more complex and bizarre, and especially in C++
                    there are times where there's really no way to specify the function
                    you want to break on. The lldb commands are more verbose but also more precise
-                   and allow for intellegent auto completion.
+                   and allow for intelligent auto completion.
                    
                    <p>To set the same file and line breakpoint in LLDB you can enter either of:</p>