Skip to content

Commit

Permalink
Fixing stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Sep 13, 2019
1 parent b8a03fa commit afca98b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -1,11 +1,11 @@
Class {
#name : #BaselineOfBaseLibrairies,
#name : #BaselineOfBaseLibraries,
#superclass : #BaselineOf,
#category : #BaselineOfBaseLibraries
}

{ #category : #baselines }
BaselineOfBaseLibrairies >> baseline: spec [
BaselineOfBaseLibraries >> baseline: spec [
<baseline>
| repository |
repository := self packageRepositoryURL.
Expand Down
2 changes: 1 addition & 1 deletion src/BaselineOfPharo/BaselineOfPharo.class.st
Expand Up @@ -12,7 +12,7 @@ BaselineOfPharo >> baseline: spec [

spec for: #common do: [
spec postLoadDoIt: #'postload:package:'.
spec baseline: 'BaseLibrairies' with: [spec repository: repository].
spec baseline: 'BaseLibraries' with: [spec repository: repository].

spec baseline: 'IDE' with: [spec repository: repository].
spec package: 'Deprecated70'.
Expand Down

0 comments on commit afca98b

Please sign in to comment.