Fix grammar.

llvm-svn: 143012
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index f79ca92..ce4d4bc 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -350,7 +350,7 @@
 <div>
 
 <p><a href="http://botwars.tk/gwscript/">gwXscript</a> is an object oriented,
-   aspect orientied programing language which can create both, executables (ELF,
+   aspect oriented programming language which can create both executables (ELF,
    EXE) and shared libraries (DLL, SO, DYNLIB). The compiler is implemented in
    its own language and translates scripts into LLVM-IR which can be optimized
    and translated into native code by the LLVM framework. Source code in