From 70353a898b16c245285b2151ef575fb2aa88d96c Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 20 Feb 2025 11:51:22 -0800 Subject: [PATCH] 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". --- guix/build/kconfig.scm | 2 +- guix/docker.scm | 2 +- guix/scripts/pack.scm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/guix/build/kconfig.scm b/guix/build/kconfig.scm index 0c9ef6baff2..b13fd4fe431 100644 --- a/guix/build/kconfig.scm +++ b/guix/build/kconfig.scm @@ -129,7 +129,7 @@ DEFCONFIG: \"CONFIG_D=m\" \"CONFIG_E=\" \"# CONFIG_G is not set\" - ;; For convenience this abbrevation can be used for not set configurations. + ;; For convenience this abbreviation can be used for not set configurations. \"CONFIG_F\") Instead of a list, CONFIGS can be a string with one configuration per line." diff --git a/guix/docker.scm b/guix/docker.scm index eb40af29c40..60ce13cbde8 100644 --- a/guix/docker.scm +++ b/guix/docker.scm @@ -222,7 +222,7 @@ command such as '(\"gzip\" \"-9n\"), to compress IMAGE. Use CREATION-TIME, a SRFI-19 time-utc object, as the creation time in metadata. When MAX-LAYERS is not false build layered image, providing a Docker -image with store paths splitted in their own layers to improve sharing +image with store paths split in their own layers to improve sharing between images. ROOT-SYSTEM is a directory with a provisioned root file system, which will be diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm index 7f5a5f2aa70..7ab2c0d4475 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?