From 4612ee508b34632e19de4fe08758fd963134ca09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Sun, 21 Jun 2015 18:04:30 +0100 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9f079c5..53ecbee1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ CppSharp is a collection of libraries for working with C++ code from .NET. -It has multiple use cases, from parsing C++ code to automatically generateing +It has multiple use cases, from parsing C++ code to automatically generating .NET bindings for wrapping C/C++ native code allowing interoperability with managed languages like C#.