diff --git a/src/ExoRepo/MCGiteabRepository.class.st b/src/ExoRepo/MCGiteabRepository.class.st index c77e004..18cf346 100644 --- a/src/ExoRepo/MCGiteabRepository.class.st +++ b/src/ExoRepo/MCGiteabRepository.class.st @@ -14,7 +14,7 @@ MCGiteabRepository class >> basicFromUrl: aZnUrl [ ^ self location: aZnUrl asString ] -{ #category : #acccessing } +{ #category : #accesing } MCGiteabRepository class >> createRepositoryFromSpec: aMetacelloRepositorySpec on: anIceMetacelloPharoPlatform [ ^ anIceMetacelloPharoPlatform createGiteaRepository: aMetacelloRepositorySpec ]