Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Jan 5, 2025
1 parent 99b6172 commit 07c9bf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ countUsedBaseElementsOf: aSLClassTestObject
| baseInstanceMethods baseInstanceVariables |

baseInstanceMethods := self getBaseClassInstanceMethodsUsedIn: aSLClassTestObject.
baseInstanceVariables := self getBaseClassInstanceVaribalesUsedIn: aSLClassTestObject.
baseInstanceVariables := self getBaseClassInstanceVariablesUsedIn: aSLClassTestObject.

^ baseInstanceMethods size + baseInstanceVariables size
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
private
getBaseClassInstanceVaribalesUsedIn: aSLClassTestObject
getBaseClassInstanceVariablesUsedIn: aSLClassTestObject

| allMethodsUsedInClass allBaseClassAccessors instanceVars |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"cohesion:" : "AT 5/7/2008 21:33",
"computeHITRecursively:" : "AT 5/7/2008 21:33",
"countBaseElementsOf:" : "NA 7/29/2015 18:31",
"countUsedBaseElementsOf:" : "NA 7/29/2015 18:31",
"countUsedBaseElementsOf:" : "ct 1/5/2025 03:19",
"getBaseClassInstanceMethodsUsedIn:" : "NA 7/26/2015 13:25",
"getBaseClassInstanceVaribalesUsedIn:" : "NA 7/29/2015 18:25",
"getBaseClassInstanceVariablesUsedIn:" : "ct 1/5/2025 03:19",
"heightOfInheritanceTree:" : "NA 7/25/2015 21:19",
"method:appearsIn:" : "AT 5/7/2008 21:33",
"method:isAccessorAndAppearsIn:" : "JTM 5/27/2015 13:45",
Expand Down

0 comments on commit 07c9bf6

Please sign in to comment.