typo: reword install/clone error message (#2609)

This commit is contained in:
Ben Greenman 2019-04-27 11:43:21 -04:00 committed by GitHub
parent 930046e729
commit 1a4192f697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -705,7 +705,7 @@
(hash-set ht git-dir (cons checksum prev-checksums)))] (hash-set ht git-dir (cons checksum prev-checksums)))]
[else ht]))) [else ht])))
;; relevant commits have been fecthed to the repos, and now we need ;; relevant commits have been fetched to the repos, and now we need
;; to check them out; if a checkout fails, then we've left the ;; to check them out; if a checkout fails, then we've left the
;; package installation in no worse shape than if a manual `git ;; package installation in no worse shape than if a manual `git
;; pull` failed ;; pull` failed
@ -716,7 +716,7 @@
git-dir git-dir
(dry-run-explain dry-run?)) (dry-run-explain dry-run?))
(when ((length checksums) . > . 1) (when ((length checksums) . > . 1)
(download-printf (~a "Multiple packages in the of the clone\n" (download-printf (~a "Multiple packages in the cloned repository\n"
" " git-dir "\n" " " git-dir "\n"
" have different target commits; will try each commit, which will work\n" " have different target commits; will try each commit, which will work\n"
" as long as some commit is a fast-forward of all of them\n"))) " as long as some commit is a fast-forward of all of them\n")))