Fix grammar.
authorBill Wendling <isanbard@gmail.com>
Wed, 26 Oct 2011 04:24:15 +0000 (04:24 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 26 Oct 2011 04:24:15 +0000 (04:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143012 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index f79ca92eebf08105ecaf41a4493fe148e364a487..ce4d4bcb0d39d803abe70613fc6a62b2d6d24452 100644 (file)
@@ -350,7 +350,7 @@ object-oriented programming, operator overloading and strong typing.</p>
 <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