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 10]
Fix various typos via codespell.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
// Purpose: The class Array2 represents bi-dimensional arrays
|
||||
// of fixed size known at run time.
|
||||
// The ranges of indices are user defined.
|
||||
// Warning: Programs clients of such class must be independant
|
||||
// Warning: Programs clients of such class must be independent
|
||||
// of the range of the first element. Then, a C++ for
|
||||
// loop must be written like this
|
||||
// for (i = A.LowerRow(); i <= A.UpperRow(); i++)
|
||||
|
Reference in New Issue
Block a user