diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-02-20 09:45:45 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-02-20 09:47:01 +0200 |
| commit | df8afc5b87d816832119e4bdceed7243da657a5c (patch) | |
| tree | 262562b45dec15ba36ae1b46f70fd05d3b11e12d /gnu/packages/virtualization.scm | |
| parent | e2871f7c271eae81035adfa10ec1b0b450ed08f1 (diff) | |
gnu: Fix some spelling errors.
* gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vim.scm, gnu/packages/virtualization.scm,
gnu/packages/vpn.scm, gnu/packages/weather.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xiph.scm,
gnu/packages/xorg.scm: Fix some spelling errors.
Change-Id: I52a8739a9c3b7dc2bd2d603ac9268c662a3ea2c5
Diffstat (limited to 'gnu/packages/virtualization.scm')
| -rw-r--r-- | gnu/packages/virtualization.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index ea661b6d638..898670c638c 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -1380,7 +1380,7 @@ of one or more RISC-V harts.") (arguments (list #:install-source? #f - #:tests? #f ;TODO: tests requrie some set up. + #:tests? #f ;TODO: tests require some set up. #:import-path "github.com/lxc/incus/v6" #:embed-files #~(list "children" @@ -1516,7 +1516,7 @@ using simplestreams index files as the publishing mechanism @item lxd-to-incus - LXD to Incus migration tool @item mini-oidc @item sysinfo - basic system stats tool -@item tls2jwt - TLS to JWT certificate convertor, reference/testing tool +@item tls2jwt - TLS to JWT certificate converter, reference/testing tool @end itemize") (license license:asl2.0))) @@ -2470,7 +2470,7 @@ Open Container Initiative specification.") ;; directory #~(list "-skip" (string-append "TestUnpackManifestCustomLayer" "|TestUnpackStartFromDescriptor")) - #:test-subdirs #~(list "../../...") ;test the whole libary + #:test-subdirs #~(list "../../...") ;test the whole library #:build-flags #~(list (string-append "-ldflags=" "-X github.com/opencontainers/umoci.version=" @@ -3000,7 +3000,7 @@ virtual machines.") (lambda* (#:key outputs #:allow-other-keys) ;; Tests try to access /var/tmp, which is not possible in our build ;; environment. Let's give them another directory. - ;; /tmp gets overriden in some tests, so we need another directory. + ;; /tmp gets overridden in some tests, so we need another directory. ;; the only possibility is the output directory. (let ((tmp-dir (string-append (assoc-ref outputs "out") "/tmp"))) (mkdir-p tmp-dir) |
