From fa98553775de0ff223f8ceced8feec74f3bddd2e Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 29 Nov 2022 17:38:14 -0500 Subject: [PATCH] Fix various typos and grammatical issues --- src/App/PreCompiled.h | 2 +- src/FCConfig.h | 2 +- src/Gui/PreCompiled.h | 2 +- src/Mod/Image/App/PreCompiled.h | 2 +- src/Mod/Image/Gui/PreCompiled.h | 2 +- src/Mod/Import/App/PreCompiled.h | 2 +- src/Mod/Import/Gui/PreCompiled.h | 2 +- src/Mod/JtReader/App/PreCompiled.h | 2 +- src/Mod/Mesh/App/PreCompiled.h | 2 +- src/Mod/Mesh/Gui/PreCompiled.h | 2 +- src/Mod/Part/App/PreCompiled.h | 2 +- src/Mod/Part/Gui/PreCompiled.h | 2 +- src/Mod/Points/App/PreCompiled.h | 2 +- src/Mod/Sketcher/App/planegcs/GCS.cpp | 2 +- src/Mod/Spreadsheet/App/PreCompiled.h | 2 +- src/Mod/Spreadsheet/Gui/PreCompiled.h | 2 +- src/Mod/Test/Gui/PreCompiled.h | 2 +- src/Tools/thumbs/ThumbnailProvider/FCConfig.h | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/App/PreCompiled.h b/src/App/PreCompiled.h index 0c1a7b8311..ebaf3c8fd6 100644 --- a/src/App/PreCompiled.h +++ b/src/App/PreCompiled.h @@ -26,7 +26,7 @@ #include -// here get the warnings of too long specifiers disabled +// point at which warnings of overly long specifiers disabled #ifdef _MSC_VER #pragma warning( disable : 4251 ) #pragma warning( disable : 4273 ) diff --git a/src/FCConfig.h b/src/FCConfig.h index a9addc0321..09fa74d59c 100644 --- a/src/FCConfig.h +++ b/src/FCConfig.h @@ -307,7 +307,7 @@ typedef unsigned __int64 uint64_t; #include //************************************************************************** -// 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 : 4503 ) diff --git a/src/Gui/PreCompiled.h b/src/Gui/PreCompiled.h index 8a87cad0bb..f54e96ae5a 100644 --- a/src/Gui/PreCompiled.h +++ b/src/Gui/PreCompiled.h @@ -33,7 +33,7 @@ #endif #endif -// 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 : 4273 ) diff --git a/src/Mod/Image/App/PreCompiled.h b/src/Mod/Image/App/PreCompiled.h index 01336c8940..bd443e6e15 100644 --- a/src/Mod/Image/App/PreCompiled.h +++ b/src/Mod/Image/App/PreCompiled.h @@ -26,7 +26,7 @@ #include #ifdef _PreComp_ -/// 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 : 4503 ) diff --git a/src/Mod/Image/Gui/PreCompiled.h b/src/Mod/Image/Gui/PreCompiled.h index c36f20d934..041a38eee1 100644 --- a/src/Mod/Image/Gui/PreCompiled.h +++ b/src/Mod/Image/Gui/PreCompiled.h @@ -25,7 +25,7 @@ #include -// 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) diff --git a/src/Mod/Import/App/PreCompiled.h b/src/Mod/Import/App/PreCompiled.h index 93ce49e60f..f6501fd1a9 100644 --- a/src/Mod/Import/App/PreCompiled.h +++ b/src/Mod/Import/App/PreCompiled.h @@ -27,7 +27,7 @@ #include -/// here get the warnings of to long specifieres disabled (needet for VC6) +/// point at which warnings of overly long specifiers disabled (needet for VC6) #ifdef _MSC_VER # pragma warning( disable : 4251 ) # pragma warning( disable : 4275 ) diff --git a/src/Mod/Import/Gui/PreCompiled.h b/src/Mod/Import/Gui/PreCompiled.h index 4328c8561a..54ece8376f 100644 --- a/src/Mod/Import/Gui/PreCompiled.h +++ b/src/Mod/Import/Gui/PreCompiled.h @@ -27,7 +27,7 @@ #include -// 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) diff --git a/src/Mod/JtReader/App/PreCompiled.h b/src/Mod/JtReader/App/PreCompiled.h index 539b13b69a..69fd594b69 100644 --- a/src/Mod/JtReader/App/PreCompiled.h +++ b/src/Mod/JtReader/App/PreCompiled.h @@ -20,7 +20,7 @@ #ifdef _PreComp_ -/// here get the warnings of to long specifieres disabled (needed for VC6) +/// point at which warnings of overly long specifiers disabled (needed for VC6) #ifdef _MSC_VER # pragma warning( disable : 4251 ) diff --git a/src/Mod/Mesh/App/PreCompiled.h b/src/Mod/Mesh/App/PreCompiled.h index 85cbcde7d5..06f08490e9 100644 --- a/src/Mod/Mesh/App/PreCompiled.h +++ b/src/Mod/Mesh/App/PreCompiled.h @@ -26,7 +26,7 @@ #include -// 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 : 4503 ) diff --git a/src/Mod/Mesh/Gui/PreCompiled.h b/src/Mod/Mesh/Gui/PreCompiled.h index cfd06bee8f..4662842acc 100644 --- a/src/Mod/Mesh/Gui/PreCompiled.h +++ b/src/Mod/Mesh/Gui/PreCompiled.h @@ -26,7 +26,7 @@ #include -// 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 ) diff --git a/src/Mod/Part/App/PreCompiled.h b/src/Mod/Part/App/PreCompiled.h index 894604b2c3..0cf36e4f2e 100644 --- a/src/Mod/Part/App/PreCompiled.h +++ b/src/Mod/Part/App/PreCompiled.h @@ -28,7 +28,7 @@ #include -// 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 ) diff --git a/src/Mod/Part/Gui/PreCompiled.h b/src/Mod/Part/Gui/PreCompiled.h index c2b4cc34a2..e5529a024d 100644 --- a/src/Mod/Part/Gui/PreCompiled.h +++ b/src/Mod/Part/Gui/PreCompiled.h @@ -27,7 +27,7 @@ #include -// 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 : 4503 ) diff --git a/src/Mod/Points/App/PreCompiled.h b/src/Mod/Points/App/PreCompiled.h index 5747089279..53f93ee329 100644 --- a/src/Mod/Points/App/PreCompiled.h +++ b/src/Mod/Points/App/PreCompiled.h @@ -26,7 +26,7 @@ #include -// 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 : 4181 ) # pragma warning( disable : 4305 ) diff --git a/src/Mod/Sketcher/App/planegcs/GCS.cpp b/src/Mod/Sketcher/App/planegcs/GCS.cpp index 77c5a09ce3..89a4a64052 100644 --- a/src/Mod/Sketcher/App/planegcs/GCS.cpp +++ b/src/Mod/Sketcher/App/planegcs/GCS.cpp @@ -288,7 +288,7 @@ void SolverReportingManager::LogToConsole(const std::string& str) if(str.size() < Base::Console().BufferSize) Base::Console().Log(str.c_str()); else - Base::Console().Log("SolverReportingManager - Too long string suppressed"); + Base::Console().Log("SolverReportingManager - Overly long string suppressed"); } void SolverReportingManager::LogToFile(const std::string& str) diff --git a/src/Mod/Spreadsheet/App/PreCompiled.h b/src/Mod/Spreadsheet/App/PreCompiled.h index fbd7bd1a95..ca6be93afd 100644 --- a/src/Mod/Spreadsheet/App/PreCompiled.h +++ b/src/Mod/Spreadsheet/App/PreCompiled.h @@ -27,7 +27,7 @@ #include -// 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 ) diff --git a/src/Mod/Spreadsheet/Gui/PreCompiled.h b/src/Mod/Spreadsheet/Gui/PreCompiled.h index 20d3d55371..761fdc3a1e 100644 --- a/src/Mod/Spreadsheet/Gui/PreCompiled.h +++ b/src/Mod/Spreadsheet/Gui/PreCompiled.h @@ -27,7 +27,7 @@ #include -// 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) diff --git a/src/Mod/Test/Gui/PreCompiled.h b/src/Mod/Test/Gui/PreCompiled.h index f12f2cbe61..0120e431d8 100644 --- a/src/Mod/Test/Gui/PreCompiled.h +++ b/src/Mod/Test/Gui/PreCompiled.h @@ -28,7 +28,7 @@ #ifdef _PreComp_ -// 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 : 4503 ) diff --git a/src/Tools/thumbs/ThumbnailProvider/FCConfig.h b/src/Tools/thumbs/ThumbnailProvider/FCConfig.h index 5a43890c9c..dcccffa2a3 100644 --- a/src/Tools/thumbs/ThumbnailProvider/FCConfig.h +++ b/src/Tools/thumbs/ThumbnailProvider/FCConfig.h @@ -160,7 +160,7 @@ typedef unsigned __int64 uint64_t; //************************************************************************** -// 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 : 4996 ) // suppress deprecated warning for e.g. open()