Skip to content

Commit 0eb7aab

Browse files
author
luzpaz
committed
Misc. typos
A few user-facing and the rest just code comments
1 parent 226dfb4 commit 0eb7aab

File tree

25 files changed

+44
-44
lines changed

25 files changed

+44
-44
lines changed

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on the date those changes were committed to whichever repository
44
they were committed to first (i.e. BRL-CAD on SourceForge.net,
55
mpictor/StepClassLibrary or stepcode/stepcode on github).
66

7-
Modifications which were first commited to the repository on github
7+
Modifications which were first committed to the repository on github
88
are licensed under the 3-clause BSD license below. Changes committed
99
to BRL-CAD either contain license information mentioning BRL-CAD
1010
near the top of the file, or are licensed under the same terms that

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ There were also some issues with the configure script and some
176176
makefiles which are addressed, as well as a new macro that is at
177177
least required for gcc.
178178

179-
Remaing problem: The p21 file scanner of SCL currently
179+
Remaining problem: The p21 file scanner of SCL currently
180180
does not allow for comments within the parameter list of
181181
data records. Only comments outside of data records are
182182
accepted.
@@ -987,7 +987,7 @@ the attribute value field in the entity editor.
987987
If there wasn't a value in the attribute previously, then the field will
988988
contain just the type specifier, e.g., Str1() if Str1 is the type selected.
989989

990-
If a value exists in the field, it is modified to accomodate the new
990+
If a value exists in the field, it is modified to accommodate the new
991991
specifier. This means the following:
992992
o If the value in the field starts with a single-quote ('), it is
993993
assumed to be a string literal, and is completely wrapped in the new

doc/doxyassist.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<!-- This is a single string setting. When writing this out to the doxyfile,
3737
it will be quoted and treated as a whole. -->
3838
<string name="OUTPUT_LANGUAGE">English</string>
39-
<!-- A list setting contains multiple elements, seperated by whitespace. Each
39+
<!-- A list setting contains multiple elements, separated by whitespace. Each
4040
individual item will be quoted and treated as a whole for Doxygen. By
4141
default a list replaces the existing setting. If the append attribute is
4242
set to true, then the items will be added to the existing set. -->

doc/man/man1/exp2cxx.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.\" $Id: exp2cxx.1,v 2.1.0.2 1998/02/27 23:54:30 sauderd Exp $
66
.TH FEDEX_PLUS 1 "19 November 1997"
77
.SH NAME
8-
exp2cxx - EXPRESS compiler and translater
8+
exp2cxx - EXPRESS compiler and translator
99
.SH SYNOPSIS
1010
exp2cxx [ options ] [ express-file ]
1111
.nf

include/express/schema.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ struct Schema_ {
8888
Linked_List reflist;
8989
Linked_List uselist;
9090
/** \var refdict, usedict
91-
* dictionarys into which are entered renames for each specific
91+
* dictionaries into which are entered renames for each specific
9292
* object specified in a rename clause (even if it uses the same
9393
* name */
9494
Dictionary refdict;

include/express/stmt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* CADDETC certified
2828
*
2929
* Revision 1.5 1993/02/16 03:27:02 libes
30-
* removed artifical begin/end nesting for improved reconstruction (printing)
30+
* removed artificial begin/end nesting for improved reconstruction (printing)
3131
* of original Express file
3232
*
3333
* Revision 1.4 1992/08/18 17:12:41 libes

misc/flawfinder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ c_ruleset = {
703703
"lstrcpyn|wcsncpy|_tcsncpy|_mbsnbcpy" :
704704
(c_buffer,
705705
1, # Low risk level, because this is often used correctly when FIXING security
706-
# problems, and raising it to a higher risk levle would cause many false positives.
706+
# problems, and raising it to a higher risk level would cause many false positives.
707707
"Easily used incorrectly; doesn't always \\0-terminate or " +
708708
"check for invalid pointers",
709709
"",

src/cleditor/SdaiHeaderSchema.cc

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ SdaiSection_language::SdaiSection_language( SDAI_Application_instance * se, int
6262
/*access functions still work. */
6363
attributes.push( a );
6464
/* Put attribute on the attributes list for the */
65-
/* main inheritance heirarchy. */
65+
/* main inheritance hierarchy. */
6666
if( !addAttrs || addAttrs[0] ) {
6767
se->attributes.push( a );
6868
}
@@ -72,7 +72,7 @@ SdaiSection_language::SdaiSection_language( SDAI_Application_instance * se, int
7272
/*access functions still work. */
7373
attributes.push( a );
7474
/* Put attribute on the attributes list for the */
75-
/* main inheritance heirarchy. */
75+
/* main inheritance hierarchy. */
7676
if( !addAttrs || addAttrs[0] ) {
7777
se->attributes.push( a );
7878
}
@@ -144,7 +144,7 @@ SdaiFile_population::SdaiFile_population( SDAI_Application_instance * se, int *
144144
/*access functions still work. */
145145
attributes.push( a );
146146
/* Put attribute on the attributes list for the */
147-
/* main inheritance heirarchy. */
147+
/* main inheritance hierarchy. */
148148
if( !addAttrs || addAttrs[0] ) {
149149
se->attributes.push( a );
150150
}
@@ -154,7 +154,7 @@ SdaiFile_population::SdaiFile_population( SDAI_Application_instance * se, int *
154154
/*access functions still work. */
155155
attributes.push( a );
156156
/* Put attribute on the attributes list for the */
157-
/* main inheritance heirarchy. */
157+
/* main inheritance hierarchy. */
158158
if( !addAttrs || addAttrs[0] ) {
159159
se->attributes.push( a );
160160
}
@@ -164,7 +164,7 @@ SdaiFile_population::SdaiFile_population( SDAI_Application_instance * se, int *
164164
/*access functions still work. */
165165
attributes.push( a );
166166
/* Put attribute on the attributes list for the */
167-
/* main inheritance heirarchy. */
167+
/* main inheritance hierarchy. */
168168
if( !addAttrs || addAttrs[0] ) {
169169
se->attributes.push( a );
170170
}
@@ -264,7 +264,7 @@ SdaiFile_name::SdaiFile_name( SDAI_Application_instance * se, int * addAttrs ) {
264264
/*access functions still work. */
265265
attributes.push( a );
266266
/* Put attribute on the attributes list for the */
267-
/* main inheritance heirarchy. */
267+
/* main inheritance hierarchy. */
268268
if( !addAttrs || addAttrs[0] ) {
269269
se->attributes.push( a );
270270
}
@@ -274,7 +274,7 @@ SdaiFile_name::SdaiFile_name( SDAI_Application_instance * se, int * addAttrs ) {
274274
/*access functions still work. */
275275
attributes.push( a );
276276
/* Put attribute on the attributes list for the */
277-
/* main inheritance heirarchy. */
277+
/* main inheritance hierarchy. */
278278
if( !addAttrs || addAttrs[0] ) {
279279
se->attributes.push( a );
280280
}
@@ -284,7 +284,7 @@ SdaiFile_name::SdaiFile_name( SDAI_Application_instance * se, int * addAttrs ) {
284284
/*access functions still work. */
285285
attributes.push( a );
286286
/* Put attribute on the attributes list for the */
287-
/* main inheritance heirarchy. */
287+
/* main inheritance hierarchy. */
288288
if( !addAttrs || addAttrs[0] ) {
289289
se->attributes.push( a );
290290
}
@@ -294,7 +294,7 @@ SdaiFile_name::SdaiFile_name( SDAI_Application_instance * se, int * addAttrs ) {
294294
/*access functions still work. */
295295
attributes.push( a );
296296
/* Put attribute on the attributes list for the */
297-
/* main inheritance heirarchy. */
297+
/* main inheritance hierarchy. */
298298
if( !addAttrs || addAttrs[0] ) {
299299
se->attributes.push( a );
300300
}
@@ -304,7 +304,7 @@ SdaiFile_name::SdaiFile_name( SDAI_Application_instance * se, int * addAttrs ) {
304304
/*access functions still work. */
305305
attributes.push( a );
306306
/* Put attribute on the attributes list for the */
307-
/* main inheritance heirarchy. */
307+
/* main inheritance hierarchy. */
308308
if( !addAttrs || addAttrs[0] ) {
309309
se->attributes.push( a );
310310
}
@@ -314,7 +314,7 @@ SdaiFile_name::SdaiFile_name( SDAI_Application_instance * se, int * addAttrs ) {
314314
/*access functions still work. */
315315
attributes.push( a );
316316
/* Put attribute on the attributes list for the */
317-
/* main inheritance heirarchy. */
317+
/* main inheritance hierarchy. */
318318
if( !addAttrs || addAttrs[0] ) {
319319
se->attributes.push( a );
320320
}
@@ -324,7 +324,7 @@ SdaiFile_name::SdaiFile_name( SDAI_Application_instance * se, int * addAttrs ) {
324324
/*access functions still work. */
325325
attributes.push( a );
326326
/* Put attribute on the attributes list for the */
327-
/* main inheritance heirarchy. */
327+
/* main inheritance hierarchy. */
328328
if( !addAttrs || addAttrs[0] ) {
329329
se->attributes.push( a );
330330
}
@@ -452,7 +452,7 @@ SdaiSection_context::SdaiSection_context( SDAI_Application_instance * se, int *
452452
/*access functions still work. */
453453
attributes.push( a );
454454
/* Put attribute on the attributes list for the */
455-
/* main inheritance heirarchy. */
455+
/* main inheritance hierarchy. */
456456
if( !addAttrs || addAttrs[0] ) {
457457
se->attributes.push( a );
458458
}
@@ -462,7 +462,7 @@ SdaiSection_context::SdaiSection_context( SDAI_Application_instance * se, int *
462462
/*access functions still work. */
463463
attributes.push( a );
464464
/* Put attribute on the attributes list for the */
465-
/* main inheritance heirarchy. */
465+
/* main inheritance hierarchy. */
466466
if( !addAttrs || addAttrs[0] ) {
467467
se->attributes.push( a );
468468
}
@@ -530,7 +530,7 @@ SdaiFile_description::SdaiFile_description( SDAI_Application_instance * se, int
530530
/*access functions still work. */
531531
attributes.push( a );
532532
/* Put attribute on the attributes list for the */
533-
/* main inheritance heirarchy. */
533+
/* main inheritance hierarchy. */
534534
if( !addAttrs || addAttrs[0] ) {
535535
se->attributes.push( a );
536536
}
@@ -540,7 +540,7 @@ SdaiFile_description::SdaiFile_description( SDAI_Application_instance * se, int
540540
/*access functions still work. */
541541
attributes.push( a );
542542
/* Put attribute on the attributes list for the */
543-
/* main inheritance heirarchy. */
543+
/* main inheritance hierarchy. */
544544
if( !addAttrs || addAttrs[0] ) {
545545
se->attributes.push( a );
546546
}
@@ -604,7 +604,7 @@ SdaiFile_schema::SdaiFile_schema( SDAI_Application_instance * se, int * addAttrs
604604
/*access functions still work. */
605605
attributes.push( a );
606606
/* Put attribute on the attributes list for the */
607-
/* main inheritance heirarchy. */
607+
/* main inheritance hierarchy. */
608608
if( !addAttrs || addAttrs[0] ) {
609609
se->attributes.push( a );
610610
}

src/clstepcore/STEPaggregate.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ const char * STEPnode::asStr( std::string & s ) {
355355
* cause e.g. type X may be defined in schema A, and may be USEd in schema
356356
* B and renamed to Y (i.e., "USE from A (X as Y)"). Thus, if currSch = B,
357357
* Y will have to be written out rather than X. Actually, this concern
358-
* only applies for SelectNode. To accomodate those cases, all the signa-
358+
* only applies for SelectNode. To accommodate those cases, all the signa-
359359
* tures of STEPwrite(std::string) contain currSch. (As an additional note,
360360
* 2D aggregates should make use of currSch in case they are 2D aggrs of
361361
* selects. But since currently (3/27/97) the SCL handles 2D+ aggrs using

src/clstepcore/complexlist.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ bool ComplexList::contains( EntNode * ents ) {
144144
ours = ours->next;
145145
}
146146
if( ours == NULL || *ours > *theirs ) {
147-
// If either of these occured, we couldn't find one of ours which
147+
// If either of these occurred, we couldn't find one of ours which
148148
// matched the current "theirs".
149149
return false;
150150
}

0 commit comments

Comments
 (0)