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
Fix various typos Fixed via `codespell v2.0.dev`
This commit is contained in:
@@ -146,7 +146,7 @@ public:
|
||||
|
||||
Standard_EXPORT Standard_Real CritError (const Standard_Integer Dimension, const Standard_Integer Index) const;
|
||||
|
||||
//! Prints on the stream o informations on the current state
|
||||
//! Prints on the stream 'o' information on the current state
|
||||
//! of the object.
|
||||
Standard_EXPORT void Dump (Standard_OStream& o) const;
|
||||
|
||||
|
@@ -2705,7 +2705,7 @@ int AdvApp2Var_MathBase::mmcvctx_(integer *ndimen,
|
||||
/* it is preferable to call a routine based on */
|
||||
/* Lagrange or Hermite interpolation depending on the case. */
|
||||
/* (for a high degree the matrix of the system can be badly */
|
||||
/* conditionned). */
|
||||
/* conditioned). */
|
||||
/* This routine returns a curve defined in (-1,1). */
|
||||
/* In general case, it is necessary to use MCVCTG. */
|
||||
/* > */
|
||||
|
@@ -1483,7 +1483,7 @@ int mamdlng_(char *,//cmdlng,
|
||||
|
||||
/* FUNCTION : */
|
||||
/* ---------- */
|
||||
/* CONTAINS INFORMATIONS ABOUT THE COMPOSITION OF */
|
||||
/* CONTAINS INFORMATION ABOUT THE COMPOSITION OF */
|
||||
/* THE EXECUTABLE AND ITS ENVIRONMENT : */
|
||||
/* - LANGUAGES */
|
||||
/* - PRESENT APPLICATIONS */
|
||||
@@ -1700,15 +1700,15 @@ int maoverf_(integer *nbentr,
|
||||
/* NLONGR*8 specific COMMON not by a routine as */
|
||||
/* the initialisation is done by DATA. */
|
||||
|
||||
/* * If NBENTR<NLONGR, a part of the buffer is transfered*/
|
||||
/* * If NBENTR<NLONGR, a part of the buffer is transferred*/
|
||||
/* DTABLE in DTABLE. */
|
||||
/* __________ */
|
||||
/* ! amorce ! * Otherwise, the entire buffer is transfered in DTABLE. */
|
||||
/* ! amorce ! * Otherwise, the entire buffer is transferred in DTABLE. */
|
||||
/* !__________! This initiates it. Then a loop is execute, which at each
|
||||
*/
|
||||
/* ! temps 1 ! iteration transfers the part of the already initialized table */
|
||||
/* !__________! in the one that was not yet initialized. */
|
||||
/* ! ! The size of the zone transfered by each call to MCRFILL
|
||||
/* ! ! The size of the zone transferred by each call to MCRFILL
|
||||
*/
|
||||
/* ! temps 2 ! is NLONGR*2**(numero_de_l'iteration). When
|
||||
*/
|
||||
|
Reference in New Issue
Block a user