Fixing typo.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-07-18 20:33:25 -05:00
parent 60a2dae8bd
commit d765debca7
1 changed files with 2 additions and 2 deletions

View File

@ -16,11 +16,11 @@ BaselineOfGrafoscopio >> baseline: spec [
self grafoscopioUtils: spec.
spec
package: 'Spec-Glamour'
with: [ spec repository: 'http://smalltalkhub.com/mc/jfabry/Playgroudn/main/' ].
with: [ spec repository: 'http://smalltalkhub.com/mc/jfabry/Playground/main/' ].
"Packages"
spec
package: 'Grafoscopio' with: [ spec requires: #('Grafoscopio-Utils' 'Spec-Glamour' ) ]
package: 'Grafoscopio' with: [ spec requires: #('Grafoscopio-Utils' 'Spec-Glamour') ]
]
]