Fix typos.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65813 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index fda5225..fc340d5 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -235,7 +235,7 @@
 <p>
 <a href="http://www.dsource.org/projects/ldc">LDC</a> is an implementation of
 the D Programming Language using the LLVM optimizer and code generator.
-LDC project works great with the LLVM 2.5 release.  General improvmenets in this
+LDC project works great with the LLVM 2.5 release.  General improvements in this
 cycle have included new inline asm constraint handling, better debug info
 support, general bugfixes, and better x86-64 support.  This has allowed
 some major improvements in LDC, getting us much closer to being as
@@ -283,7 +283,7 @@
 <li>LLVM 2.5 includes a brand new <a
 href="http://en.wikipedia.org/wiki/XCore">XCore</a> backend.</li>
 
-<li>llvm-gcc now generally supports the GFortan front-end, and the precompiled
+<li>llvm-gcc now generally supports the GFortran front-end, and the precompiled
 release binaries now support Fortran, even on Mac OS/X.</li>
 
 <li>CMake is now used by the <a href="GettingStartedVS.html">LLVM build process