From 63ad7b8dd9f5beb4aa38edc51c0aa349495c7065 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sat, 9 Mar 2019 12:20:29 +0000 Subject: [PATCH] Fixed typos --- README.md | 4 ++-- msvc2003/freetype-2.9.1/readme.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a0566ccb..592730c2 100644 --- 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 @@ Cave Story Engine 2 is based off of the *original freeware release* by Studio Pi ## Dependencies -This project currently depends on SDL2 and Freetype2. +This project currently depends on SDL2 and Freetype. ## Building diff --git a/msvc2003/freetype-2.9.1/readme.txt b/msvc2003/freetype-2.9.1/readme.txt index 7b303adb..3d5c75bf 100644 --- 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).