diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 1243cbfcd3..7a03465801 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -814,7 +814,7 @@ everything from small to very large projects with speed and efficiency.") (sha256 (base32 "0if0vqn3fj22p95a0125zpgwz3mqfqxqnvwa7fkf7b00wh0c1wyz")))) - ;; Temporary measure to prevent unneccessary package rebuilds. + ;; Temporary measure to prevent unnecessary package rebuilds. (arguments (substitute-keyword-arguments (package-arguments git-minimal) ((#:configure-flags flags #~'()) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c06a5f0448..2b8cb927c7 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2681,7 +2681,7 @@ streaming protocols.") (setenv "CONFIG_SHELL" (which "bash")) (apply invoke "./configure" configure-flags) ;; Adding CFLAGS to #:configure-flags, or setting it in the - ;; enviroment does not work. Adding CFLAGS to #:make-flags + ;; environment does not work. Adding CFLAGS to #:make-flags ;; breaks the build. (substitute* "config.mak" (("CFLAGS *=" all) @@ -6957,7 +6957,7 @@ downloader. It does not require a Youtube API key.") ;; https://github.com/alexmercerind/youtube-search-python/issues/189 ;; The most promising fork (in the sense that it works) is ;; https://github.com/ahmedayyad-dev/youtube-search-python-fork, - ;; which is therefor packaged in Guix. + ;; which is therefore packaged in Guix. (properties '((commit . "6d7e16ebcdc90032392749c2f30f8e29ea0956ae") (revision . "0"))) (version (git-version "1.6.6" diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index faa6707824..4bdec0a343 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -1679,7 +1679,7 @@ Guile's special forms.") #:plugin-name "dhall-vim")) (synopsis "Vim configuration for Dhall") (description - "A vim plugin to provide support and syntax hightlighting for the Dhall + "A vim plugin to provide support and syntax highlighting for the Dhall programming language") (home-page "https://github.com/vmchale/dhall-vim") (license license:bsd-3)))) diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index ea661b6d63..898670c638 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) diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 544bbb5414..b7ca082c4d 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -521,7 +521,7 @@ NAT-T and more.") ;; src/libcharon/plugins/vici/ruby/* ;; src/libcharon/plugins/xauth_pam/xauth_pam_listener.[ch] license:expat - ;; src/inclue/sys/* + ;; src/include/sys/* license:bsd-3 ;; src/libstrongswan/plugins/sha3/sha3_keccak.c license:public-domain diff --git a/gnu/packages/weather.scm b/gnu/packages/weather.scm index 5fc1a367c5..078bc25b80 100644 --- a/gnu/packages/weather.scm +++ b/gnu/packages/weather.scm @@ -156,6 +156,6 @@ export WEATHER_CLI_API=@var{your OpenWeatherMap API key} (synopsis "Weather application for the system tray") (description "meteo-qt is an application to display weather information in desktop -panels, desktop notifictions and its own window. Weather information is +panels, desktop notifications and its own window. Weather information is retrieved from OpenWeatherMap.") (license license:gpl3))) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 57e6b970be..b9efd53cec 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -806,7 +806,7 @@ ngx_http_accept_language_module~%") (_ "UNSUPPORTED")))) (string-append "--crossbuild=" system ":" release ":" machine)) - ;; The following are the args decribed on + ;; The following are the args described on ;; . ;; Enabling --with-compat here and in the nginx package ;; would ensure binary compatibility even when using diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 066fe27b57..2c6d22e95b 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2603,7 +2603,7 @@ Wayland compositor") modules for building a Wayland compositor.") (license license:expat))) ; MIT license -;; Allow packages refering to stable wlroots version, because +;; Allow packages referring to stable wlroots version, because ;; wlroots updates are backward incompatible. (define-public wlroots-0.19 wlroots) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index c00a406f36..4e322e7dd8 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -2317,7 +2317,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.") (fixed-path (string-append #$output hard-path))) ;; Make it relative ;; Update hardcoded path to something - ;; within the build enviroment. + ;; within the build environment. (substitute* "ulauncher/utils/environment.py" ((hard-path) fixed-path)) @@ -4142,7 +4142,7 @@ recording / screenshots. hyprsunset also provides a gamma filter, which can be used to adjust perceived display brightness on monitors that do not support software control, or to -reduce percieved brightness below the monitor's minimum.") +reduce perceived brightness below the monitor's minimum.") (license license:bsd-3))) (define-public hyprlock diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 9bb0b443dd..4331c1e13f 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -407,7 +407,7 @@ incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.") (build-system gnu-build-system) (arguments ;; The package developers misuse pkg-config such that it doesn't work - ;; when cross compiling. Therefore we avoid it completly and set the + ;; when cross compiling. Therefore we avoid it completely and set the ;; necessary flags ourselves. `(#:configure-flags (list (string-append "CFLAGS=-I" (assoc-ref %build-inputs "libogg") diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 76e0b65fae..253e03ab1f 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6870,7 +6870,7 @@ user set the transparency on a window.") (("char\t\\*malloc\\(\\);") "")) - ;; Remove old configury that doesn't support modern + ;; Remove old configuration that doesn't support modern ;; command-line options, new architectures, etc. (for-each delete-file '("configure" "install-sh"