diff --git a/Iceberg-TipUI/IceTipRepositoryModel.class.st b/Iceberg-TipUI/IceTipRepositoryModel.class.st index 09eae3f811..47469af732 100644 --- a/Iceberg-TipUI/IceTipRepositoryModel.class.st +++ b/Iceberg-TipUI/IceTipRepositoryModel.class.st @@ -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 }