Skip to content

Commit 6944346

Browse files
committed
fix
1 parent ab0bda7 commit 6944346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MuTalk-Utilities/MTUtilityAnalysis.class.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ MTUtilityAnalysis >> initializeMtAnalysis [
4949
testClasses: { } ]
5050
on: Warning
5151
do: [ :warning |
52-
warning messageText = 'There is currently o tests'
52+
warning messageText = 'There is currently no tests'
5353
ifTrue: [ warning resume ]
5454
ifFalse: [ warning signal ] ] ]
5555
]

0 commit comments

Comments
 (0)