Skip to content

Commit

Permalink
Fix typo in IceTipRepositoryModel.class.st
Browse files Browse the repository at this point in the history
atttached => attached
  • Loading branch information
crunsk authored May 11, 2020
1 parent d15609f commit fe38261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Iceberg-TipUI/IceTipRepositoryModel.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ IceTipRepositoryModel >> branches [
IceTipRepositoryModel >> checkMissing [

self isMissing ifTrue: [
IceError signal: ('You have no repository atttached to project "{1}"' format: { self name }) ]
IceError signal: ('You have no repository attached to project "{1}"' format: { self name }) ]
]

{ #category : #actions }
Expand Down

0 comments on commit fe38261

Please sign in to comment.