mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0031939: Coding - correction of spelling errors in comments [part 3]
Fix various typos Fixed via `codespell v2.1.dev0`
This commit is contained in:
@@ -60,7 +60,7 @@ DEFINE_STANDARD_HANDLE(Message_Algorithm, Standard_Transient)
|
||||
//! the problem.
|
||||
//!
|
||||
//! Each execution status generated by the algorithm has associated
|
||||
//! text message that should be defined in the resouce file loaded
|
||||
//! text message that should be defined in the resource file loaded
|
||||
//! with call to Message_MsgFile::LoadFile().
|
||||
//!
|
||||
//! The messages corresponding to the statuses generated during the
|
||||
|
@@ -32,12 +32,12 @@ class TCollection_ExtendedString;
|
||||
//! Each message is identified by its keyword (string).
|
||||
//!
|
||||
//! All lines in the file starting with the exclamation sign
|
||||
//! (perhaps preceeding by spaces and/or tabs) are ignored as comments.
|
||||
//! (perhaps preceding by spaces and/or tabs) are ignored as comments.
|
||||
//!
|
||||
//! Each line in the file starting with the dot character "."
|
||||
//! (perhaps preceeding by spaces and/or tabs) defines the keyword.
|
||||
//! (perhaps preceding by spaces and/or tabs) defines the keyword.
|
||||
//! The keyword is a string starting from the next symbol after dot
|
||||
//! and ending at the symbol preceeding ending newline character "\n".
|
||||
//! and ending at the symbol preceding ending newline character "\n".
|
||||
//!
|
||||
//! All the lines in the file after the keyword and before next
|
||||
//! keyword (and which are not comments) define the message for that
|
||||
|
Reference in New Issue
Block a user