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 10]
Fix various typos via codespell.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace
|
||||
{
|
||||
// Check if number of points is invalid.
|
||||
// In this case myPolyg raises Standard_ConstructionError
|
||||
// exception (look constructor bellow).
|
||||
// exception (see constructor below).
|
||||
if (theNbPnts <= 0)
|
||||
return 0;
|
||||
|
||||
|
Reference in New Issue
Block a user