mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0033766: Documentation - Fix various typos found in codebase
This commit is contained in:
@@ -51,7 +51,7 @@ static void FusionneIntervalles(const TColStd_Array1OfReal& I1,
|
||||
|
||||
|
||||
//--- TABSOR is filled by parsing TABLE1 and TABLE2 simultaneously ---
|
||||
//------------------ by removing multiple occurrencies ------------
|
||||
//------------------ by removing multiple occurrences ------------
|
||||
|
||||
while ((ind1<=I1.Upper()) && (ind2<=I2.Upper())) {
|
||||
v1 = I1(ind1);
|
||||
|
Reference in New Issue
Block a user