1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0033766: Documentation - Fix various typos found in codebase

This commit is contained in:
luzpaz
2024-07-15 11:57:52 -04:00
committed by GitHub
parent 76df27830b
commit d51eb087ab
94 changed files with 137 additions and 137 deletions

View File

@@ -41,7 +41,7 @@
//! application memory consumption!
//!
//! User should analyze all values in specific case to make correct decision
//! about memory (over)usage. This is also prefferred to use specialized
//! about memory (over)usage. This is also preferred to use specialized
//! tools to detect memory leaks.
//!
//! This also means that these values should not be used for intellectual

View File

@@ -38,7 +38,7 @@
//! class Functor
//! {
//! public:
//! void operator() ([proccesing instance]) const
//! void operator() ([processing instance]) const
//! {
//! //...
//! }