Fix various typos and grammatical issues

This commit is contained in:
luz paz
2022-11-29 17:38:14 -05:00
committed by wwmayer
parent 5b63289c5b
commit fa98553775
18 changed files with 18 additions and 18 deletions

View File

@@ -27,7 +27,7 @@
#include <FCConfig.h>
// here get the warnings of too long specifiers disabled (needed for VC6)
// point at which warnings of overly long specifiers disabled (needed for VC6)
#ifdef _MSC_VER
# pragma warning( disable : 4251 )
# pragma warning( disable : 4275 )

View File

@@ -27,7 +27,7 @@
#include <FCConfig.h>
// here get the warnings of too long specifiers disabled (needed for VC6)
// point at which warnings of overly long specifiers disabled (needed for VC6)
#ifdef _MSC_VER
# pragma warning(disable : 4005)
# pragma warning(disable : 4251)