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:
@@ -25,7 +25,7 @@
|
||||
// Array1OfItem tttab (ttab(10),10,20); // a slice of ttab
|
||||
// If you want to reindex an array from 1 to Length do :
|
||||
// Array1 tab1(tab(tab.Lower()),1,tab.Length());
|
||||
// Warning: Programs client of such a class must be independant
|
||||
// Warning: Programs client of such a class must be independent
|
||||
// of the range of the first element. Then, a C++ for
|
||||
// loop must be written like this
|
||||
// for (i = A.Lower(); i <= A.Upper(); i++)
|
||||
|
Reference in New Issue
Block a user