From 48757e247e85428caf3d5accf232e5208818fb7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Matos?= Date: Fri, 20 Sep 2013 23:37:06 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0586a5b0..059e9e5a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ CppSharp is a library that allows you to generate .NET bindings that wrap C/C++ ## News -* September 21st 2013 - Mutiple inheritance now supported (thanks to @ddobrev) +* September 21st 2013 - Multiple inheritance now supported (thanks to @ddobrev) * September 11th 2013 - Added wrapping of inlined functions (thanks to @ddobrev) * September 11th 2013 - New binaries available for Windows (VS2012)