Salome HOME
Merge V8_4_BR branch.
[modules/geom.git] / src / GEOMImpl / GEOMImpl_PrismDriver.cxx
index c70ba4969d34385f5f53b0e2b3a5b71a41ce5303..68fb9275656662d5d09246f05baff7ac247c3df9 100644 (file)
@@ -197,7 +197,7 @@ Standard_Integer GEOMImpl_PrismDriver::Execute(Handle(TFunction_Logbook)& log) c
     Standard_Real anAngle    = aCI.GetDraftAngle();         // Draft angle
     Standard_Boolean isProtrusion = (aCI.GetFuseFlag()==1); 
     Standard_Boolean isInvert = aCI.GetInvertFlag();
-    // Flag to know wether the feature is a protrusion (fuse) or a depression (cut)
+    // Flag to know whether the feature is a protrusion (fuse) or a depression (cut)
     
     // history of the Base wire (RefBase)
     Handle(GEOM_Object) aSuppObj;