Skip to content

Commit 4110550

Browse files
author
Unknown
committed
More Misc. typos
1 parent 132ad5e commit 4110550

23 files changed

Lines changed: 31 additions & 31 deletions

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ the TD for label.
252252

253253
- Fixed the casting operator for the class representing EXPRESS
254254
enumeration types. It was returning the last element of the enum type
255-
as the the default when the enum was unset. This choice predated enums
255+
as the default when the enum was unset. This choice predated enums
256256
having an unset enum value. It now returns <enum_name>_unset as the
257257
default when the enum is unset.
258258

@@ -794,7 +794,7 @@ When this case of multiple inheritance is encountered attributes are
794794
duplicated. This case of multiple inheritance may possibly be
795795
avoided by modifying the EXPRESS schema by breaking some links in the
796796
inheritance hierarchy. This will not have an adverse affect on the
797-
implemementation. The user may choose to use the current or previous
797+
implementation. The user may choose to use the current or previous
798798
method of handling multiple inheritance. The current method is the
799799
default behavior. The previous method is obtained by supplying the
800800
-s (or -S) option with the exp2cxx code generator or the mkProbe

src/cleditor/STEPfile.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ SDAI_Application_instance * STEPfile::HeaderDefaultFileSchema() {
341341
* If the _headerInstances contain no instances, then copy the instances
342342
* from im onto the _headerInstances.
343343
* This only works for an instance manager which contains the following
344-
* header section entites. The file id numbers are important.
344+
* header section entities. The file id numbers are important.
345345
*
346346
* #1 = FILE_DESCRIPTION
347347
* #2 = FILE_NAME

src/cllazyfile/lazyRefs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class SDAI_Application_instance;
4848
* BENEFIT: no need to write lazyInstMgr::getTypeStr() (however, it might be necessary in the future regardless)
4949
*/
5050

51-
//TODO screen out intances that appear to be possible inverse refs but aren't actually
51+
//TODO screen out instances that appear to be possible inverse refs but aren't actually
5252
// note - doing this well will require major changes, since each inst automatically loads every instance that it references
5353
//TODO what about complex instances? scanning each on disk could be a bitch; should the compositional types be scanned during lazy loading?
5454

src/cllazyfile/sectionReader.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ instanceID sectionReader::readInstanceNumber() {
206206
do {
207207
c = _file.get();
208208
if( isdigit( c ) ) {
209-
buffer[ digits ] = c; //copy the charcter into the buffer
209+
buffer[ digits ] = c; //copy the character into the buffer
210210
digits++;
211211

212212
} else {

src/clstepcore/STEPaggrEntity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class SC_CORE_EXPORT EntityNode : public STEPnode {
5757

5858
virtual SingleLinkNode * NewNode();
5959

60-
// Calling these funtions is an error.
60+
// Calling these functions is an error.
6161
Severity StrToVal( const char * s, ErrorDescriptor * err ) {
6262
cerr << "Internal error: " << __FILE__ << __LINE__
6363
<< "\n" << _POC_ "\n";

src/clstepcore/STEPaggrSelect.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class SC_CORE_EXPORT SelectNode : public STEPnode {
6868

6969
virtual SingleLinkNode * NewNode();
7070

71-
// Calling these funtions is an error.
71+
// Calling these functions is an error.
7272
Severity StrToVal( const char * s, ErrorDescriptor * err ) {
7373
cerr << "Internal error: " << __FILE__ << __LINE__
7474
<< "\n" << _POC_ "\n";

src/clstepcore/collect.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*************************************************************************//**
22
* collect.cc \class ComplexCollect *
33
* *
4-
* Description: ComplexCollect is the container structure for all ofthe com- *
4+
* Description: ComplexCollect is the container structure for all of the com-*
55
* plex entity information in a schema. It contains a list of *
66
* ComplexList structures each of which corresponds to one set *
77
* of subtype/supertype information about the schema. This file *
@@ -85,8 +85,8 @@ ComplexList * ComplexCollect::find( char * name ) {
8585

8686
/**
8787
* Determines if the parent schema supports the instantiation of a complex
88-
* type consisting of the the entities named in ents. Does so by attempt-
89-
* ing to match ents against the ComplexLists in clists. If one of the
88+
* type consisting of the entities named in ents. Does so by attempting
89+
* to match ents against the ComplexLists in clists. If one of the
9090
* nodes of ents has multSupers set to true (it has >1 supertype), it
9191
* should be included in >1 CList. A more complicated algorithm is applied
9292
* to match it, as described in the commenting.

src/clstepcore/multlist.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ bool JoinList::acceptChoice( EntNode * ents ) {
218218
if( child->viable >= MATCHSOME ) {
219219
// Only mark children which have new nodes they can mark. (This
220220
// condition is important. Sometimes, there will be children who
221-
// can mark but whose vaiable val = SATISFIED. This will be the
221+
// can mark but whose variable val = SATISFIED. This will be the
222222
// case if there's another EntList with higher priority which can
223223
// also mark this node. (For example, if an AND has an OR and a
224224
// SIMPLE child, the SIMPLE wins so that we'll have fewer OR

src/clstepcore/typeDescriptor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* part_label and label would be the value of the respective
5454
* _name member variables for the 2 TypeDescriptors.
5555
* \var _referentType
56-
* will point at another TypeDescriptor furthur specifying
56+
* will point at another TypeDescriptor further specifying
5757
* the type in all cases except when the type is directly
5858
* an enum or select. i.e. in the following... _referentType for
5959
* the 1st type does not point at anything and for the 2nd it does:
@@ -74,7 +74,7 @@
7474
** var _referentType
7575
* For the TypeDescriptors describing the EXPRESS base types this will
7676
* be a null pointer. For all other TypeDescriptors this will point
77-
* to another TypeDescriptor which furthur describes the type. e.g.
77+
* to another TypeDescriptor which further describes the type. e.g.
7878
* TYPE part_label = label END_TYPE; TYPE label = STRING END_TYPE;
7979
* part_label's _referentType will point to the TypeDescriptor for
8080
* label. label's _referentType will point to the TypeDescriptor

src/clutils/Str.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ char * PrettyNewName( const char * oldname ) {
228228
*** the value.
229229
230230
*** If the input stream can be readable again then
231-
*** - any error states set for the the stream are cleared.
231+
*** - any error states set for the stream are cleared.
232232
*** - white space skipped in the input stream
233233
*** - if EOF is encountered it returns
234234
*** otherwise it peeks at the next character

0 commit comments

Comments
 (0)