diff --git a/pkgs/racket-doc/pkg/scribblings/git-workflow.scrbl b/pkgs/racket-doc/pkg/scribblings/git-workflow.scrbl index f7bebae72c..70b4c56b34 100644 --- a/pkgs/racket-doc/pkg/scribblings/git-workflow.scrbl +++ b/pkgs/racket-doc/pkg/scribblings/git-workflow.scrbl @@ -75,7 +75,7 @@ develops only a few of them. The intended workflow is as follows: @commandline{@command{update} --clone @nonterm{path-to}/@nonterm{pkg-name}}} - @item{If a package's current installation is not drawn fro a Git + @item{If a package's current installation is not drawn from a Git repository (e.g., it's drawn from a catalog of built packages for a distribution or snapshot), but @nonterm{catalog} maps the package name to the right Git repository, then combine @DFlag{clone} with diff --git a/pkgs/racket-doc/pkg/scribblings/pkg.scrbl b/pkgs/racket-doc/pkg/scribblings/pkg.scrbl index 8b9e8cee21..bd3e5171fa 100644 --- a/pkgs/racket-doc/pkg/scribblings/pkg.scrbl +++ b/pkgs/racket-doc/pkg/scribblings/pkg.scrbl @@ -337,7 +337,7 @@ for information on how package information is extracted from a catalog. @subsection[#:tag "concept:auto"]{Explicit vs@|._| Auto-Installation} When a package is installed, the original source of its installation -is recorded, as well as whether the instalation was an @tech{automatic installation}. An +is recorded, as well as whether the installation was an @tech{automatic installation}. An @deftech{automatic installation} is one that was installed because it was a dependency of a non-@tech{automatic installation} package.