Salome HOME
Porting to OCCT 7.4.1dev
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_FinderShapeOnQuad.hxx
index 79dd75756b29a3a99c921f0a097325ae1298ada0..233c9b43209e078c77e836adac388f0e05c298cc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2020  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -40,9 +40,9 @@ public:
 
   Standard_EXPORT
   GEOMAlgo_FinderShapeOnQuad(const gp_Pnt & theTopLeftPoint,
-                             const gp_Pnt & theTopRigthPoint,
+                             const gp_Pnt & theTopRightPoint,
                              const gp_Pnt & theBottomLeftPoint,
-                             const gp_Pnt & theBottomRigthPoint);
+                             const gp_Pnt & theBottomRightPoint);
 
 protected: