From 367fbba052b9caeac06b1fa4acda3dd3357d3a44 Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 4 Jul 2011 14:37:11 +0100 Subject: [PATCH] README: Fix a tiny typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "as well aiming" → "as well as aiming" --- README.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.in b/README.in index 722c695db..c8ff9452b 100644 --- a/README.in +++ b/README.in @@ -13,7 +13,7 @@ pretty pictures. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes. -As well aiming for a nice API, we think having a single library as opposed +As well as aiming for a nice API, we think having a single library as opposed to an API specification like OpenGL has a few advantages too; like being able to paper over the inconsistencies/bugs of different OpenGL implementations in a centralized place, not to mention the myriad of OpenGL