From: Cloudwalk Date: Sat, 4 May 2024 06:11:26 +0000 (-0400) Subject: CONTRIBUTING: Fix typos X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=142a169fe1d46130a04c4bb19376dfe7f49b6428;p=xonotic%2Fdarkplaces.git CONTRIBUTING: Fix typos --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f6835885..e51608d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -118,8 +118,8 @@ If, for some reason, you care enough, compatibility can always be tested affirmatively by setting CC=g++. CC=clang++ may not work in the future, if - it did not already stop working in current versions LLVM, as it otherwise - spams deprecation warnings for using a C file asinput to a C++ compiler. + it didn't already stop working in current versions of LLVM, as it otherwise + spams deprecation warnings for using a C file as input to a C++ compiler. > [!NOTE] > We do not officially support building C code with a C++ compiler and may not