mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0033807: Documentation - Fix various typos found in codebase
This commit is contained in:
@@ -28,7 +28,7 @@ Standard_Boolean OSD::RealToCString(const Standard_Real aReal,
|
||||
if (Sprintf(aString,"%.17e",aReal) <= 0) //BUC60808
|
||||
return Standard_False ;
|
||||
|
||||
// Suppress "e+00" and unsignificant 0's
|
||||
// Suppress "e+00" and insignificant 0's
|
||||
|
||||
p = strchr(aString,'e');
|
||||
if (p) {
|
||||
|
@@ -315,7 +315,7 @@ void OSD_Error::Perror() {
|
||||
}
|
||||
break;
|
||||
case EINTR:
|
||||
buffer += "operation breaked by a signal";
|
||||
buffer += "operation broken by a signal";
|
||||
extCode = ERR_INTR;
|
||||
break;
|
||||
case ENOMEM:
|
||||
|
Reference in New Issue
Block a user