X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=samples%2Fmfc%2Fstandard%2F06_Ocaf%2Fsrc%2FTOcafFunction_CutDriver.cxx;h=66cbebef26196510222f6b841498b6fa706dd479;hb=a110c4a3777de359b6bbe2b3baeb99fe34f2bdf7;hpb=d66f7c0fa2923b0de49f111b4f4b60fae0ca2e7a diff --git a/samples/mfc/standard/06_Ocaf/src/TOcafFunction_CutDriver.cxx b/samples/mfc/standard/06_Ocaf/src/TOcafFunction_CutDriver.cxx index d7220add62..66cbebef26 100755 --- a/samples/mfc/standard/06_Ocaf/src/TOcafFunction_CutDriver.cxx +++ b/samples/mfc/standard/06_Ocaf/src/TOcafFunction_CutDriver.cxx @@ -126,7 +126,7 @@ Standard_Integer TOcafFunction_CutDriver::Execute(Handle(TFunction_Logbook)& /*l // STEP 2: // Let's call for algorithm computing a cut operation: BRepAlgoAPI_Cut mkCut(OriginalShape, ToolShape); - // Let's check if the Cut has been successfull: + // Let's check if the Cut has been successful: if (!mkCut.IsDone()) { MessageBoxW (NULL, L"Cut not done.", L"Cut Function Driver", MB_ICONERROR);