Skip to content

Commit 431f05d

Browse files
committed
spelling: opposed
Signed-off-by: Josh Soref <[email protected]>
1 parent 407833f commit 431f05d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

csharp/ql/src/Metrics/RefTypes/TLackOfCohesionCK.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>This metric calculates the lack of cohesion of a type using a method proposed by Chidamber and
6+
<p>This metric calculates the lack of cohesion of a type using a method propposed by Chidamber and
77
Kemerer in their paper <em>Towards a metrics suite for object oriented design</em>. Most well
88
designed types will have methods that access the same fields. If methods access disjoint subsets
99
of the classes fields it is an indication the class may have multiple responsibilities.</p>

csharp/ql/src/Metrics/RefTypes/TLackOfCohesionHS.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>This metric calculates the lack of cohesion of a type using a method proposed by Brian
6+
<p>This metric calculates the lack of cohesion of a type using a method propposed by Brian
77
Henderson-Sellers in his book <em>Object-Oriented Metrics</em>. Most well designed types will have
88
methods that access the same fields. If methods access disjoint subsets of the class's fields it is
99
an indication the class may have multiple responsibilities.</p>

csharp/ql/src/experimental/ir/implementation/raw/internal/TranslatedStmt.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ class TranslatedGeneralCatchClause extends TranslatedClause {
403403

404404
/**
405405
* The IR translation of a throw statement that throws an exception,
406-
* as oposed to just rethrowing one.
406+
* as opposed to just rethrowing one.
407407
*/
408408
class TranslatedThrowExceptionStmt extends TranslatedStmt, InitializationContext {
409409
override ThrowStmt stmt;

0 commit comments

Comments
 (0)