mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0031939: Coding - correction of spelling errors in comments [part 5]
Fix various typos Fixed via `codespell v2.1.dev
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
||||
//!
|
||||
//! Handle(CDM_Document) theDocument=myApplication->Retrieve("|user|cascade","box");
|
||||
//!
|
||||
//! Since the version is not specified in this syntax, the latest wil be used.
|
||||
//! Since the version is not specified in this syntax, the latest will be used.
|
||||
//! A link is kept with the database through an instance of CDM_MetaData
|
||||
Standard_EXPORT Handle(CDM_Document) Retrieve
|
||||
(const TCollection_ExtendedString& aFolder,
|
||||
|
@@ -53,8 +53,8 @@ public:
|
||||
|
||||
Standard_EXPORT virtual TCollection_ExtendedString BuildFileName (const Handle(CDM_Document)& aDocument) = 0;
|
||||
|
||||
//! this methods is usefull if the name of an object --
|
||||
//! depends on the metadatadriver. For example a Driver
|
||||
//! this method is useful if the name of an object --
|
||||
//! depends on the metadatadriver. For example a Driver
|
||||
//! -- based on the operating system can choose to add
|
||||
//! the extension of file to create to the object.
|
||||
Standard_EXPORT virtual TCollection_ExtendedString SetName (const Handle(CDM_Document)& aDocument, const TCollection_ExtendedString& aName);
|
||||
|
Reference in New Issue
Block a user