From fe2085e0ed420f12d13a70d26f78982e98dc3624 Mon Sep 17 00:00:00 2001 From: Giles Wells Date: Sun, 11 Dec 2016 14:24:40 -0500 Subject: [PATCH] Fix spelling error [ci skip] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 80cf211f68..543d092841 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,6 @@ When coding, please also add a string constant for your strings to ```./src/loca ### Coding style / language OpenRCT2 currently does not have a strict coding style. This will be implemented after the entire game is implemented and -undergoes heavy refactoring. For now, it is recommended that you only write C files as the majority of the game is currenlty in +undergoes heavy refactoring. For now, it is recommended that you only write C files as the majority of the game is currently in C. Exceptions are to modules that have no direct relationship to original code such as the new software audio mixer, the HTTP integration and the Twitch integration.