]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
CONTRIBUTING: Fix typos
authorCloudwalk <cloudwalk@icculus.org>
Sat, 4 May 2024 06:11:26 +0000 (02:11 -0400)
committerCloudwalk <cloudwalk@icculus.org>
Sat, 4 May 2024 06:11:26 +0000 (02:11 -0400)
CONTRIBUTING.md

index f68358857f3f975aabfe1f9b85ecef69485f5419..e51608d21652f431fea6ac33d02ba37a00fd8880 100644 (file)
 
    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