diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:12:11 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:28:40 +0200 |
commit | e5829034814bfb789b4fa94ab3a6c4bdd27bb56e (patch) | |
tree | 976bf9d124c02395188a1953d9c89b117a2ff357 /guix/import/elpa.scm | |
parent | 66daf46b411ea68893d3066e654f38fc05d6f286 (diff) |
guix: Fix some misspellings.
Change-Id: Ia036217dadc1624c5f0d59fd44f646d46315c1f3
Diffstat (limited to 'guix/import/elpa.scm')
-rw-r--r-- | guix/import/elpa.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/import/elpa.scm b/guix/import/elpa.scm index 62b1d645ac..a05ba90cc2 100644 --- a/guix/import/elpa.scm +++ b/guix/import/elpa.scm @@ -123,7 +123,7 @@ defined by ELPA-PKG-SPEC, a package specification as in an archive (eq? (first elpa-pkg-spec) (string->symbol name))) (define* (elpa-package-info name #:optional (repo 'gnu)) - "Extract the information about the package NAME from the package archieve of + "Extract the information about the package NAME from the package archive of REPO." (let* ((archive (elpa-fetch-archive repo)) (pkgs (match archive ((version pkg-spec ...) pkg-spec))) |