Fixing typos in various places
This commit is contained in:
parent
ee0a1d4b89
commit
7235382107
|
@ -563,7 +563,7 @@
|
|||
`(span (input ([name "source"]
|
||||
[type "text"]
|
||||
[value ,(package-ref* i 'source "")]))
|
||||
" (" (a ([href "http://pre.racket-lang.org/docs/html/planet2/Planet_2_Concepts.html#(tech._package._source)"]) "details") ")")
|
||||
" (" (a ([href "http://pre.racket-lang.org/docs/html/planet2/Package_Concepts.html#(tech._package._source)"]) "details") ")")
|
||||
`(a ([href
|
||||
,(package-url->useful-url (package-ref i 'source))])
|
||||
,(package-ref i 'source)))))
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
(printf "~a\n" (case mode
|
||||
[(i) "Installation-wide:"]
|
||||
[(s) "User-specific, all-version:"]
|
||||
[(u) "User-spcific, version-specific:"])))
|
||||
[(u) "User-specific, version-specific:"])))
|
||||
(parameterize ([current-install-system-wide? (eq? mode 'i)]
|
||||
[current-install-version-specific? (eq? mode 'u)]
|
||||
[current-pkg-error (pkg-error 'show)])
|
||||
|
|
|
@ -476,7 +476,7 @@ PLT curation.}
|
|||
|
||||
@section[#:tag "metadata"]{Package Metadata}
|
||||
|
||||
Package metadata, including dependencies on thar packages, is reported
|
||||
Package metadata, including dependencies on other packages, is reported
|
||||
by an @filepath{info.rkt} module within the package. This module must be
|
||||
implemented in the @racketmodname[setup/infotab] language.
|
||||
|
||||
|
@ -693,7 +693,7 @@ responsive about fixing regressions against changes in Racket, etc.}
|
|||
|
||||
]
|
||||
|
||||
This categories will be curated by PLT.
|
||||
These categories will be curated by PLT.
|
||||
|
||||
Our goal is for all packages to be in the @reponame{solar-system}, with
|
||||
the @reponame{galaxy} as a temporary place while the curators work with the
|
||||
|
|
Loading…
Reference in New Issue
Block a user