diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2025-02-20 11:51:22 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2025-02-20 11:54:55 -0800 |
commit | 70353a898b16c245285b2151ef575fb2aa88d96c (patch) | |
tree | f4f2b2b397a39f1090a55722d5da7b85f03506f5 /guix/scripts | |
parent | 5172b1a0a1cb35d7b45bca5b6d4d8303d2c8f70d (diff) |
guix: Fix typos.
* guix/build/kconfig.scm (modify-deconfig): Fix spelling of "abbreviation".
* guix/docker.scm (build-docker-image): Fix spelling of "split".
* guix/scripts/pack.scm (docker-image): Fix spelling of "split".
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/pack.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm index 7f5a5f2aa7..7ab2c0d447 100644 --- a/guix/scripts/pack.scm +++ b/guix/scripts/pack.scm @@ -533,7 +533,7 @@ tarball conforming to the Docker Image Specification, compressed with COMPRESSOR. It can be passed to 'docker load'. If TARGET is true, it must a be a GNU triplet and it is used to derive the architecture metadata in the image. EXTRA-OPTIONS may contain the IMAGE-TAG keyword argument. If -MAX-LAYERS is not false, the image will be splitted in up to MAX-LAYERS +MAX-LAYERS is not false, the image will be split in up to MAX-LAYERS layers." (define database (and localstatedir? |