shithub: cstory

Download patch

ref: 63ad7b8dd9f5beb4aa38edc51c0aa349495c7065
parent: fcb61025e3d6a644839a986c385787cfd70fdafa
author: Clownacy <[email protected]>
date: Sat Mar 9 07:20:29 EST 2019

Fixed typos

--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Cave Story Engine 2
 
-Cave Story Engine is a decompilation of Cave Story, ported from DirectX to SDL2.
+Cave Story Engine 2 is a decompilation of Cave Story, ported from DirectX to SDL2.
 
 ![Screenshot](screenshot.png)
 
@@ -10,7 +10,7 @@
 
 ## Dependencies
 
-This project currently depends on SDL2 and Freetype2.
+This project currently depends on SDL2 and Freetype.
 
 ## Building
 
--- a/msvc2003/freetype-2.9.1/readme.txt
+++ b/msvc2003/freetype-2.9.1/readme.txt
@@ -1,6 +1,6 @@
 This is a static build of Freetype 2.9.1, built with MSVC2003.
 
-Despite the lack of a compatible .sln file, it can be build by running
+Despite the lack of a compatible .sln file, it can be built by running
 'make visualc' in the root of the Freetype source directory while in a
 Visual Studio 2003 Command Prompt, using a MinGW Make utility
 (e.g. C:/msys64/mingw32/bin/make.exe).