From fe38261ba1ecf059368a83e8054ff9fc40df7fec Mon Sep 17 00:00:00 2001 From: crunsk Date: Mon, 11 May 2020 22:20:15 +0300 Subject: [PATCH] Fix typo in IceTipRepositoryModel.class.st atttached => attached --- Iceberg-TipUI/IceTipRepositoryModel.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }