Skip to content

Commit 0978cfc

Browse files
luzpazcshorler
authored andcommitted
Fix typos in src/clstepcore subdir
1 parent 28783de commit 0978cfc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/clstepcore/STEPaggrEnum.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
* \class EnumAggregate
12-
* This is a minimal representions for a collection of SDAI_Enum
12+
* This is a minimal representation for a collection of SDAI_Enum
1313
*/
1414
class SC_CORE_EXPORT EnumAggregate : public STEPaggregate {
1515
public:
@@ -55,7 +55,7 @@ SC_CORE_EXPORT BOOLEANS * create_BOOLEANS();
5555

5656
/**
5757
* * \class EnumNode
58-
** This is a minimal representions for node in lists of SDAI_Enum
58+
** This is a minimal representation for node in lists of SDAI_Enum
5959
*/
6060
class SC_CORE_EXPORT EnumNode : public STEPnode {
6161
public:

src/clstepcore/STEPaggrSelect.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/**
1313
* * \class SelectAggregate
14-
** This is a minimal represention for a collection of SDAI_Select
14+
** This is a minimal representation for a collection of SDAI_Select
1515
*/
1616
class SC_CORE_EXPORT SelectAggregate : public STEPaggregate {
1717
public:
@@ -35,7 +35,7 @@ typedef SelectAggregate_ptr SelectAggregate_var;
3535

3636
/**
3737
* * \class SelectNode
38-
** This is a minimal representions for node in lists of SDAI_Select
38+
** This is a minimal representation for node in lists of SDAI_Select
3939
*/
4040
class SC_CORE_EXPORT SelectNode : public STEPnode {
4141
public:

src/clstepcore/typeDescriptor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ bool TypeDescriptor::CurrName( const char * other, const char * schNm ) const {
7575
// other better = the alt name.
7676
return ( !StrCmpIns( _altname, other ) );
7777
} else {
78-
// If we have no desginated alternate name when the current schema =
78+
// If we have no designated alternate name when the current schema =
7979
// schNm, other must = our _name.
8080
return ( OurName( other ) );
8181
}

0 commit comments

Comments
 (0)