diff options
author | Efraim Flashner <[email protected]> | 2025-02-19 11:11:03 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-02-19 11:21:47 +0200 |
commit | 66daf46b411ea68893d3066e654f38fc05d6f286 (patch) | |
tree | 2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu | |
parent | 77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff) |
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu')
79 files changed, 185 insertions, 185 deletions
diff --git a/gnu/bootloader.scm b/gnu/bootloader.scm index e2329e3df6..5ed72662fc 100644 --- a/gnu/bootloader.scm +++ b/gnu/bootloader.scm @@ -241,7 +241,7 @@ record." ;;; Bootloader configuration record. ;;; -;; The <bootloader-configuration> record contains bootloader independant +;; The <bootloader-configuration> record contains bootloader independent ;; configuration used to fill bootloader configuration file. (define-with-syntax-properties (warn-target-field-deprecation diff --git a/gnu/home/services.scm b/gnu/home/services.scm index 39c9033ad6..3b6fe28e1d 100644 --- a/gnu/home/services.scm +++ b/gnu/home/services.scm @@ -431,7 +431,7 @@ activation."))) (format #f "/run/user/~a" (getuid)))) (flag-file-path (string-append xdg-runtime-dir "/on-first-login-executed"))) - ;; XDG_RUNTIME_DIR dissapears on logout, that means such trick + ;; XDG_RUNTIME_DIR disappears on logout, that means such trick ;; allows to launch on-first-login script on first login only ;; after complete logout/reboot. (if (file-exists? xdg-runtime-dir) diff --git a/gnu/home/services/sway.scm b/gnu/home/services/sway.scm index 0e1a2d57b2..eebc65766e 100644 --- a/gnu/home/services/sway.scm +++ b/gnu/home/services/sway.scm @@ -487,7 +487,7 @@ ;; the above list. Each function either returns a list, or elements that will ;; be put in one. The elements of these lists will either be: ;; - strings, -;; In this case, the string is seen as a line to add to the configuraiton +;; In this case, the string is seen as a line to add to the configuration ;; file. ;; - a pair (cons 'begin-block string), ;; In this case, a line "string {" is added to the configuration file, and diff --git a/gnu/home/services/xdg.scm b/gnu/home/services/xdg.scm index 872db6902a..c5aaa77fad 100644 --- a/gnu/home/services/xdg.scm +++ b/gnu/home/services/xdg.scm @@ -95,7 +95,7 @@ this directory should contain static configurations.") (data-home (path "$HOME/.local/share") "Base directory for programs to store architecture independent -read-only shared data, analogus to @file{/usr/share}, but for user.") +read-only shared data, analogous to @file{/usr/share}, but for user.") (runtime-dir (path "${XDG_RUNTIME_DIR:-/run/user/$UID}") "Base directory for programs to store user-specific runtime files, @@ -103,7 +103,7 @@ like sockets.") ;; TODO: deprecated field, use $XDG_STATE_HOME(/log) instead. (log-home maybe-path - "Base directory for programs to store log files, analogus to + "Base directory for programs to store log files, analogous to @file{/var/log}, but for user. It is not a part of XDG Base Directory Specification, but helps to make implementation of home services more consistent." diff --git a/gnu/installer/newt.scm b/gnu/installer/newt.scm index 1fe710340f..521668a3b2 100644 --- a/gnu/installer/newt.scm +++ b/gnu/installer/newt.scm @@ -65,7 +65,7 @@ (define (exit-error error) ;; Newt may be suspended in the context of the "install-system" - ;; procedure. Resume it unconditionnally. + ;; procedure. Resume it unconditionally. (newt-resume) (newt-set-color COLORSET-ROOT "white" "red") (define action diff --git a/gnu/installer/newt/services.scm b/gnu/installer/newt/services.scm index 848683e8c7..a91a08668d 100644 --- a/gnu/installer/newt/services.scm +++ b/gnu/installer/newt/services.scm @@ -86,7 +86,7 @@ system.") (abort-to-prompt 'installer-step 'abort))))) (define (run-console-services-cbt-page) - "Run a page to select various system adminstration services for non-graphical + "Run a page to select various system administration services for non-graphical systems." (let ((items (filter (lambda (service) (eq? 'administration diff --git a/gnu/installer/parted.scm b/gnu/installer/parted.scm index ccddc64f11..de2b4dc99b 100644 --- a/gnu/installer/parted.scm +++ b/gnu/installer/parted.scm @@ -927,7 +927,7 @@ cause them to cross." ;; -;; Auto partitionning. +;; Auto partitioning. ;; (define* (create-adjacent-partitions! disk partitions diff --git a/gnu/installer/steps.scm b/gnu/installer/steps.scm index 34dd14c9d5..b70e5ebda5 100644 --- a/gnu/installer/steps.scm +++ b/gnu/installer/steps.scm @@ -92,7 +92,7 @@ sequentially, inside a the 'installer-step prompt. When aborted to with a parameter of 'abort, fallback to a previous install-step, accordingly to the specified REWIND-STRATEGY. When aborted to with a parameter of 'break, stop -the computation and return the accumalated result so far. +the computation and return the accumulated result so far. REWIND-STRATEGY possible values are 'previous, 'menu and 'start. If 'previous is selected, the execution will resume at the previous installer-step. If diff --git a/gnu/machine/hetzner.scm b/gnu/machine/hetzner.scm index 5e17bfae21..1d9a3f4385 100644 --- a/gnu/machine/hetzner.scm +++ b/gnu/machine/hetzner.scm @@ -227,7 +227,7 @@ Have you run 'guix archive --generate-key'?") ;;; (define (hetzner-machine-delegate target server) - "Return the delagate machine that uses SSH for deployment." + "Return the delegate machine that uses SSH for deployment." (let* ((config (machine-configuration target)) ;; Get the operating system WITHOUT the provenance service to avoid a ;; duplicate symlink conflict in the store. diff --git a/gnu/machine/hetzner/http.scm b/gnu/machine/hetzner/http.scm index bfd6555472..51b4bff984 100644 --- a/gnu/machine/hetzner/http.scm +++ b/gnu/machine/hetzner/http.scm @@ -514,7 +514,7 @@ (string-append (hetzner-api-base-url api) path)) (define (hetzner-api-delete api path) - "Delelte the resource at PATH with the Hetzner API." + "Delete the resource at PATH with the Hetzner API." (hetzner-api-response-body (hetzner-api-request-send (hetzner-api-request diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 82b872d25c..d5e50faa15 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1540,7 +1540,7 @@ It can also list the processes responsible in a @command{top}-like table. A less common nmon feature is its ability to create highly detailed log files in @acronym{CSV, comma-separated values} format. These can be imported into spreadsheets or fed straight into an @acronym{RRD, round-robin database} using -@command{rrdtool} for further analyisis, or to create colourful graphs.") +@command{rrdtool} for further analysis, or to create colourful graphs.") (license license:gpl3+))) (define-public sipcalc @@ -5661,7 +5661,7 @@ disk utilization, priority, username, state, and exit code.") "/pkg/visitors" "/cmds/cbfs" "/cmds/create-ffs" - ;; TODO: Not packed yet in Guix, long jorney: + ;; TODO: Not packed yet in Guix, long journey: ;; - github.com/u-root/u-root ;; ;; "/cmds/fmap" diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index dec7758fff..52c295d98a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1044,7 +1044,7 @@ floating-point (no compression, LZW- or ZIP-compressed), FITS 8-bit, 16-bit, libusb zlib)) (home-page "https://www.indilib.org") - (synopsis "Library for astronimical intrumentation control") + (synopsis "Library for astronimical instrumentation control") (description "INDI (Instrument-Neutral Device Interface) is a distributed XML-based control protocol designed to operate astronomical instrumentation. INDI is @@ -1579,7 +1579,7 @@ model-fitting photometry or morphological analyses.") (home-page "http://www.github.com/andycasey/ads/") (synopsis "Python client to NASA's Astrophysics Data System") (description - "This package provdies a Python Module to Interact with NASA's + "This package provides a Python Module to Interact with NASA's @acronym{Astrophysics Data System,ADS}.") (license license:expat))) @@ -1999,7 +1999,7 @@ mining in astronomy.") (description "The BayesicFitting package is a python version of the the fitter classes in @acronym{HCSS, Herschel Common Science System}. HCSS was the all -encompassing software system for the operations and analysis of the ESA satelite +encompassing software system for the operations and analysis of the ESA satellite Herschel.") (license license:gpl3+))) @@ -2994,7 +2994,7 @@ observationally-derived galaxy merger catalogs.") (arguments (list #:test-flags - ;; Tests requiring additinal FITS files. + ;; Tests requiring additional FITS files. ;; <https://portal.nersc.gov/project/cmb> ;; <https://portal.nersc.gov/project/sobs> #~(list "-k" (string-join @@ -3192,7 +3192,7 @@ natively in Siril.") (arguments (list #:test-flags - ;; Tests requiring additinal FITS files. + ;; Tests requiring additional FITS files. ;; <https://healpy.github.io/healpy-data> ;; <https://portal.nersc.gov/project/cmb/pysm-data> #~(list "-k" (string-join @@ -4842,7 +4842,7 @@ Virtual observatory (VO) using Python.") (home-page "https://github.com/punch-mission/regularizepsf") (synopsis "Point spread function modeling and regularization") (description - "This package inplements functionality of @acronym{Point Spread Function, + "This package implements functionality of @acronym{Point Spread Function, PSF} describing how the optical system spreads light from sources.") (license license:expat))) @@ -4968,7 +4968,7 @@ orbits described in TLE files.") (list #:test-flags #~(list "--numprocesses" (number->string (parallel-job-count)) - ;; Requries SpicePy not packed in Guix yet. + ;; Requires SpicePy not packed in Guix yet. "--ignore=sunpy/coordinates/tests/test_spice.py") #:phases #~(modify-phases %standard-phases @@ -5026,7 +5026,7 @@ python_files = test_*.py")))))))) python-reproject python-scikit-image python-scipy - ;; python-spiceypy ; Not packed yet in Guix, long jorney. + ;; python-spiceypy ; Not packed yet in Guix, long journey. python-tqdm python-zeep)) (home-page "https://sunpy.org") @@ -5283,7 +5283,7 @@ spherical polygons that represent arbitrary regions of the sky.") (build-system pyproject-build-system) (arguments (list - ;; Tests require additinal data, see + ;; Tests require additional data, see ;; <https://spisea.readthedocs.io/en/latest/getting_started.html>. #:tests? #f #:phases @@ -6801,7 +6801,7 @@ between image and reference catalogs. Currently only aligning images with python-setuptools-scm)) (inputs (list - ;; Requried for installation, see + ;; Required for installation, see ;; <https://webbpsf.readthedocs.io/en/stable/installation.html>, no ;; licence provided. "To run WebbPSF, you must download these files and ;; tell WebbPSF where to find them using the WEBBPSF_PATH environment @@ -7401,7 +7401,7 @@ astronomical fields. SkyMaker is part of the (build-system gnu-build-system) (arguments ;; FIXME: Tests failed - ;; Issue submited upstream https://github.com/danieljprice/splash/issues/67 + ;; Issue submitted upstream https://github.com/danieljprice/splash/issues/67 ;; ;; make: *** No rule to make target 'test_interpolate3D.o', needed by 'test1'. Stop. ;; @@ -7517,7 +7517,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") #:test-target "test" #:configure-flags #~(list "-DENABLE_GPS=1" - ;; TODO: Enable when all of the dependencies are availalbe for Qt6. + ;; TODO: Enable when all of the dependencies are available for Qt6. "-DENABLE_QT6=0" "-DENABLE_TESTING=0" (string-append "-DCMAKE_CXX_FLAGS=-isystem " @@ -7699,7 +7699,7 @@ any arbitrary astrometric projection defined in the WCS standard.") (build-system cmake-build-system) (arguments (list #:tests? #f ; no tests - #:build-type "Release" ; to improve performace + #:build-type "Release" ; to improve performance #:configure-flags #~(list "-DCMAKE_CXX_STANDARD=14"))) (inputs (list gfortran hdf5 perl sqlite zlib)) (home-page "https://projets.lam.fr/projects/unsio/wiki") diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 392e0c5ac2..dcce8a69ea 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -15627,7 +15627,7 @@ genes or proteins in these datasets.") "This package provides a dplyr-like interface for interacting with the common Bioconductor classes @code{Ranges} and @code{GenomicRanges}. By providing a grammatical and consistent way of manipulating these classes their -accessiblity for new Bioconductor users is hopefully increased.") +accessibility for new Bioconductor users is hopefully increased.") (license license:artistic2.0))) (define-public r-inspect @@ -26838,7 +26838,7 @@ interest on transformed methylation proportions.") (home-page "https://bioconductor.org/packages/omicade4") (synopsis "Multiple co-inertia analysis of omics datasets") (description - "This package performes multiple co-inertia analysis of omics datasets.") + "This package performs multiple co-inertia analysis of omics datasets.") (license license:gpl2))) (define-public r-omnipathr diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index cc92d55ac4..ec703bc25e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1665,7 +1665,7 @@ similar.") (description "This package implements methods for batch correction and integration of scRNA-seq datasets, based on the Seurat anchor-based integration framework. -In particular, STACAS is optimized for the integration of heterogenous +In particular, STACAS is optimized for the integration of heterogeneous datasets with only limited overlap between cell sub-types (e.g. TIL sets of CD8 from tumor with CD8/CD4 T cells from lymphnode), for which the default Seurat alignment methods would tend to over-correct biological differences. @@ -1694,7 +1694,7 @@ information about cell-types in order to assist the integration process.") (home-page "https://github.com/vertesy/Stringendo") (synopsis "Stringendo is a string parsing library") (description - "This package provides string parsing functionalites for generating + "This package provides string parsing functionalities for generating plotnames, filenames and paths.") (license license:gpl3)))) @@ -3752,7 +3752,7 @@ operations: @item index the reference genome before alignment; @item align reads to the corresponding reference genome; @item pre-process by convert pair-end reads into fragments, checking the - mapping quality score, alingment and filtration; + mapping quality score, alignment and filtration; @item create the cell-by-bin matrix. @end itemize") (license license:asl2.0))) @@ -3859,7 +3859,7 @@ use-case, we encourage users to compose functions to achieve their goals.") '(list "-k" (string-append ;; Unclear why this one fails. There is no backtrace. "not test_to_dataframe_is_sparse" - ;; These need skbio, but that neeeds biom-format. + ;; These need skbio, but that needs biom-format. " and not test_align_tree_intersect_obs" " and not test_align_tree_intersect_tips" " and not test_align_tree_sample")) @@ -13272,7 +13272,7 @@ variation, gene modules and their regulatory models and more.") r-snow)) (native-inputs (list r-knitr)) (home-page "https://github.com/TillBirkner/metadeconfoundR") - (synopsis "Check multiple covariates for potenial confounding effects") + (synopsis "Check multiple covariates for potential confounding effects") (description "This package detects naive associations between omics features and metadata in cross-sectional data-sets using non-parametric tests. In a second @@ -18688,7 +18688,7 @@ interaction inference from scRNA-seq data.") (synopsis "Annotation, analysis and visualization of circRNA data") (description "Circus is an R package for annotation, analysis and visualization of circRNA data. Users can annotate their circRNA candidates -with host genes, gene featrues they are spliced from, and discriminate between +with host genes, gene features they are spliced from, and discriminate between known and yet unknown splice junctions. Circular-to-linear ratios of circRNAs can be calculated, and a number of descriptive plots easily generated.") (license license:artistic2.0))) @@ -20540,7 +20540,7 @@ phase + query phase).") (define-public filtlong ;; The recommended way to install is to clone the git repository ;; https://github.com/rrwick/Filtlong#installation - ;; and the lastest release is more than nine months old + ;; and the latest release is more than nine months old (let ((commit "d1bb46dfe8bc7efe6257b5ce222c04bfe8aedaab") (revision "1")) (package diff --git a/gnu/packages/calcurse.scm b/gnu/packages/calcurse.scm index 5da701492b..3819615c5f 100644 --- a/gnu/packages/calcurse.scm +++ b/gnu/packages/calcurse.scm @@ -44,7 +44,7 @@ (arguments ;; The ical tests all want to create a ".calcurse" directory, and may ;; fail with "cannot create directory '.calcurse': File exists" if run - ;; concurently. + ;; concurrently. `(#:configure-flags (list (string-append "--docdir=" (assoc-ref %outputs "out") "/share/doc/" ,name "-" ,version)) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index df858af4bd..3d83cd6ccb 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -922,7 +922,7 @@ has been designed to be fast, light and unintrusive.") (define-public ftest ;; There aren't any releases and it looks more like a small side project. - ;; It is included for completness to run tests for package utfcpp. + ;; It is included for completeness to run tests for package utfcpp. (let ((commit "c4ad4af0946b73ce1a40cbc72205d15d196c7e06") (revision "0")) (package diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm index 9e022ef2d4..e31e439304 100644 --- a/gnu/packages/chez.scm +++ b/gnu/packages/chez.scm @@ -482,7 +482,7 @@ will name the threaded machine type unless THREADS? is provided as #f." "release_notes.pdf") (match (find-files "csug" - "csug.*\\.pdf$" ;; embeded version number + "csug.*\\.pdf$" ;; embedded version number #:fail-on-error? #t) ((pth) (symlink pth @@ -732,7 +732,7 @@ package @code{cs-bootstrap} to bootstrap its initial version of Chez Scheme.") ghostscript netpbm)) ;; Debian uses a versionless path for STEXLIB, - ;; which is much more convienient. + ;; which is much more convenient. (arguments (list #:install-plan #~`(("inputs" "lib/stex/") diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index cf1703cecb..5da5f10da6 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm @@ -580,7 +580,7 @@ "media_use_libvpx=true" "media_use_openh264=true" - ;; Do not artifically restrict formats supported by system ffmpeg. + ;; Do not artificially restrict formats supported by system ffmpeg. "proprietary_codecs=true" "ffmpeg_branding=\"Chrome\"" diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index cec3a1cd71..a3898e54ef 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -5539,7 +5539,7 @@ fitters for consensus relations.") (home-page "https://cran.r-project.org/package=repmis") (synopsis "Miscellaneous tools for reproducible research") (description - "This package is a colletion of tools to load R packages and + "This package is a collection of tools to load R packages and automatically generate BibTeX files citing them as well as load and cache plain-text and Excel formatted data stored on GitHub, and from other sources.") @@ -8855,9 +8855,9 @@ you to rapidly iterate while developing a package.") (propagated-inputs (list r-base64enc)) (native-inputs (list pkg-config)) (home-page "http://www.rforge.net/PKI") - (synopsis "Public Key Infrastucture for R based on the X.509 standard") + (synopsis "Public Key Infrastructure for R based on the X.509 standard") (description - "This is a package containing Public Key Infrastucture functions such as + "This is a package containing Public Key Infrastructure functions such as verifying certificates, RSA encryption and signing, which can be used to build PKI infrastructure and perform cryptographic tasks.") ;; Either of these licenses. @@ -13846,7 +13846,7 @@ Institute of Standards and Technology}, USA.") (synopsis "Statistical framework to define subgroups in complex datasets") (description "The package includes the necessary functions to construct a -self-organizing map of data, to evaluate the statistical signifcance of the +self-organizing map of data, to evaluate the statistical significance of the observed data patterns, and to visualize the results.") (license license:gpl2+))) @@ -22622,7 +22622,7 @@ the base function @code{with()}.") (propagated-inputs (list r-abind r-bitops r-rnifti)) (native-inputs (list r-testthat)) (home-page "https://rigorousanalytics.blogspot.com") - (synopsis "Vizualization of medical imaging data") + (synopsis "Visualization of medical imaging data") (description "This package provides functions for the input/output and visualization of medical imaging data that follow either the ANALYZE, NIfTI or AFNI formats. @@ -35672,7 +35672,7 @@ package.") (native-inputs (list r-knitr r-testthat)) (home-page "https://github.com/renkun-ken/formattable") - (synopsis "Print vectors and data frames with text fromatting") + (synopsis "Print vectors and data frames with text formatting") (description "This R package provides functions to create formattable vectors and data frames. @emph{Formattable} vectors are printed with text formatting, and @@ -37571,7 +37571,7 @@ client).") (home-page "https://cran.r-project.org/web/packages/asd") (synopsis "Simulations for Adaptive Seamless Designs") (description - "This package provdes means to run simulations for adaptive seamless + "This package provides means to run simulations for adaptive seamless designs with and without early outcomes for treatment selection and subpopulation type designs.") (license license:gpl3))) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 40653af13a..454c3e3eeb 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -18373,7 +18373,7 @@ crate into higher level tools.") (base32 "1pkf4ay1210g9wqyqhkgvlcsv4i6kgdcmgnh19mrymylznv7pcal")))) (build-system cargo-build-system) - (arguments '(#:skip-build? #t)) ; Not meant to be built independantly. + (arguments '(#:skip-build? #t)) ; Not meant to be built independently. (home-page "https://github.com/dtolnay/cxx") (synopsis "Test suite of the cxx crate") (description "This package provides the test suite of the cxx crate.") @@ -94573,7 +94573,7 @@ language.") (base32 "0gz3nmiaidscb5c85rh3qxi8i584gz5xm3amlxqminl8jq27k40g")))) (build-system cargo-build-system) (arguments - `(#:skip-build? #t ;; dependency cypthon not yet availalbe + `(#:skip-build? #t ;; dependency cypthon not yet available #:cargo-development-inputs (;; ("rust-cpython" ,rust-cpython-0.2) TODO ("rust-quickcheck" ,rust-quickcheck-0.7) diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm index 61f4fb8979..7ed571a384 100644 --- a/gnu/packages/crates-web.scm +++ b/gnu/packages/crates-web.scm @@ -340,7 +340,7 @@ (base32 "0k1kg4gkp2jhi5fgdfd0cq2qfbyy3gfgwqjrvzq1hzrjmynwwnmr")))) (build-system cargo-build-system) (arguments - `(#:skip-build? #true ;bootsrapping issues with rust-actix + `(#:skip-build? #true ;bootstrapping issues with rust-actix #:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1) ("rust-quote" ,rust-quote-1) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 15c55b4e4f..bbbe4a1ba0 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -704,7 +704,7 @@ byte-oriented sources of random data.") (synopsis "Cryptographically secure replacement for rand()") (description "This module is intended to provide a cryptographically-secure replacement for Perl's built-in @code{rand} function. -\"Crytographically secure\", in this case, means: +\"Cryptographically secure\", in this case, means: @enumerate @item No matter how many numbers you see generated by the random number diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 6876b9b38a..87a0421fb1 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -2418,7 +2418,7 @@ automatically set update and create date and time based fields in a table.") `(#:phases (modify-phases %standard-phases (add-before 'configure 'skip-library-detection - ;; Avoid depencies on perl-devel-checklib, openssl, and zlib. They + ;; Avoid dependencies on perl-devel-checklib, openssl, and zlib. They ;; are really only needed for the test suite; their absence does not ;; affect the build or the end result. (lambda _ diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 7f481f785a..1d630fe13e 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -1411,7 +1411,7 @@ provides features like a Web-browsable API and authentication policies.") provides. A fresh look at blocks. With @code{django-sekizai} you can define placeholders where your blocks get rendered and at different places in your templates append to those blocks. This is especially useful for css and -javascript. Your subtemplates can now define css and javscript files to be +javascript. Your subtemplates can now define css and javascript files to be included, and the css will be nicely put at the top and the javascript to the bottom, just like you should. Also sekizai will ignore any duplicate content in a single block.") diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5e48fab7e8..d154c85254 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1127,7 +1127,7 @@ a neat percentage.") (propagated-inputs (list emacs-async emacs-projectile)) (home-page "https://github.com/zachmassia/platformio-mode") (synopsis "Minor mode for building and uploading PlatformIO projects") - (description "This package provices an Emacs minor mode for building and + (description "This package provides an Emacs minor mode for building and uploading PlatformIO projects.") (license license:gpl3+))) @@ -13844,7 +13844,7 @@ facilitate Perl programming. CPerl Mode has provided an excellent environment for coding; Emacs::PDE provides other common tools such as creating files using templates, smart compiling, @command{perldoc}, @command{perltidy}, debugger, tags tree view and so on. PDE also provides an easy configuration -for Perl programing, and a tutorial for novices to start using Emacs.") +for Perl programming, and a tutorial for novices to start using Emacs.") (license license:perl-license))) (define-public emacs-perspective @@ -20943,7 +20943,7 @@ function to be used by other frontend programs.") (license license:gpl2+))) (define-public emacs-pyim-basedict - ;; XXX: The commit below points to the lastest (un-tagged) release. + ;; XXX: The commit below points to the latest (un-tagged) release. (let ((commit "d61af27686f7a39e6c138b7261a686e7ea7a0ef7")) (package (name "emacs-pyim-basedict") @@ -24752,7 +24752,7 @@ and can be consulted and modified.") (home-page "https://github.com/purescript-emacs/psc-ide-emacs") (synopsis "Emacs integration for PureScript's psc-ide tool") (description - "This package provices Emacs integration for @code{psc-ide}, an IDE + "This package provides Emacs integration for @code{psc-ide}, an IDE protocol for PureScript programming language. It features: @itemize @@ -29854,7 +29854,7 @@ later.") (license license:gpl3+))) (define-public emacs-srfi - ;; SRFI data gets updated quite frequently; lastest tag is from + ;; SRFI data gets updated quite frequently; latest tag is from ;; 2020; commit from 2021-08-12. (let ((commit "e31bf04a3be3aad1286b7fe919c2e4810aae751e") (revision "0")) diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm index 624aa289ce..aa7c69baba 100644 --- a/gnu/packages/erlang-xyz.scm +++ b/gnu/packages/erlang-xyz.scm @@ -422,7 +422,7 @@ for Erlang/Elixir.") (build-system rebar-build-system) (inputs (list erlang-fast-tls erlang-p1-utils)) (synopsis "STUN and TURN library for Erlang/Elixir") - (description "This package provodes STUN and TURN library for + (description "This package provides STUN and TURN library for Erlang/Elixir.") (home-page "https://hex.pm/packages/stun") (license license:asl2.0))) diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index 056e129c89..8ca46e8bdc 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -284,7 +284,7 @@ Mozilla's canonical set.") (build-system rebar-build-system) (home-page "https://github.com/project-fifo/cf") (synopsis "Terminal colour helper for Erlang io and io_lib") - (description "This package provides a helper library for termial colour + (description "This package provides a helper library for terminal colour printing extending the io:format syntax to add colours.") (license license:expat))) diff --git a/gnu/packages/esolangs.scm b/gnu/packages/esolangs.scm index 796f8d3f23..f484108004 100644 --- a/gnu/packages/esolangs.scm +++ b/gnu/packages/esolangs.scm @@ -96,7 +96,7 @@ LOLCODE language specification. Unit tests come packaged with the lci source co @item portable: lci follows the widely ported ANSI C specification allowing it to compile on a broad range of systems. @item fast: Much effort has gone into producing simple and efficient code -whenever possible to the extent that the above points are not compromized. +whenever possible to the extent that the above points are not compromised. @end enumerate") (home-page "http://lolcode.org/") (license license:gpl3+)))) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index b3ef763d35..bb1234ebd9 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1546,7 +1546,7 @@ information.") ;; a decade's worth of new data files) rely on the Debian packaging tools, ;; so building normally even from the patched sources would miss them. ;; Here, we do all of the patching in the origin, so that the result of - ;; `guix build --source` is actually useable for building without Guix. + ;; `guix build --source` is actually usable for building without Guix. (let ((revision "1") (commit "3054ee2f90cc7c03ed6b131177d09701c7a4fced")) (package diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 9d73af0a6d..7830aae14a 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -712,7 +712,7 @@ expansion of Franklin Gothic, a classic font. It covers 105 Latin Languages.") (apply invoke "make" "install-otb" (string-append "prefix=" otb) make-flags)))) (add-after 'install 'install-documentation - ;; There's no way to decypher the cryptic file names without this. + ;; There's no way to decipher the cryptic file names without this. (lambda* (#:key outputs #:allow-other-keys) (for-each (match-lambda ((name . directory) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index eae4335616..30aaf0767a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2670,7 +2670,7 @@ role, and your gender.") (home-page "https://pipewalker.sourceforge.net/") (synopsis "Logical tile puzzle") (description - "PipeWalker is a simple puzzle game with many diffent themes: connect all + "PipeWalker is a simple puzzle game with many different themes: connect all computers to one network server, bring water from a source to the taps, etc. The underlying mechanism is always the same: you must turn each tile in the grid in the right direction to combine all components into a single circuit. diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 6f6218cb27..54f96fef2b 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1730,7 +1730,7 @@ extension.") (home-page "https://github.com/SciTools/cf-units") (synopsis "Units of measure as required by the CF metadata conventions") (description - "This package provids units of measure as required by the Climate and + "This package provides units of measure as required by the Climate and Forecast (CF) metadata conventions. Provision of a wrapper class to support Unidata/UCAR UDUNITS-2 library, and the cftime calendar functionality.") (license license:lgpl3+))) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 3b402f7bfb..08f32f1285 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -1194,7 +1194,7 @@ files, to verify signatures, and to manage the private and public keys.") prefix (,(string-append perllib ":" (getenv "PERL5LIB"))))))))))) (home-page "https://salsa.debian.org/intrigeri/parcimonie") (synopsis "Incrementally refreshes a GnuPG keyring") - (description "Parcimonie incrementaly refreshes a GnuPG keyring in a way + (description "Parcimonie incrementally refreshes a GnuPG keyring in a way that makes it hard to correlate the keyring content to an individual, and makes it hard to locate an individual based on an identifying subset of her keyring content. Parcimonie is a daemon that fetches one key at a time using diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 49c8e8a7fd..fd628a031e 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -994,7 +994,7 @@ variable defined below. It requires guile-json to be installed." "build"))))) (add-after 'patch-cargo-checksums 'remove-cargo-frozen-flag (lambda _ - ;; Remove --frozen flag from cargo invokation, otherwise it'll + ;; Remove --frozen flag from cargo invocation, otherwise it'll ;; complain that it's not able to change Cargo.lock. ;; https://bugzilla.mozilla.org/show_bug.cgi?id=1726373 (substitute* "build/RunCbindgen.py" @@ -1365,7 +1365,7 @@ ca495991b7852b855")) "toolkit/library/rust"))))) (add-after 'patch-cargo-checksums 'remove-cargo-frozen-flag (lambda _ - ;; Remove --frozen flag from cargo invokation, otherwise it'll + ;; Remove --frozen flag from cargo invocation, otherwise it'll ;; complain that it's not able to change Cargo.lock. ;; https://bugzilla.mozilla.org/show_bug.cgi?id=1726373 (substitute* "build/RunCbindgen.py" diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm index b7e6d14e37..8fe2d08a9d 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -496,7 +496,7 @@ toolchain. The parts needed in the main Go repository are copied in.") (modules '((guix build utils))) (snippet #~(begin - ;; Submodules with their own go.mod files and packaged separatly: + ;; Submodules with their own go.mod files and packaged separately: ;; ;; - olang.org/x/crypto/x509roots/fallback (for-each delete-file-recursively (list "x509roots/fallback")))))) @@ -507,7 +507,7 @@ toolchain. The parts needed in the main Go repository are copied in.") #:import-path "golang.org/x/crypto" #:phases #~(modify-phases %standard-phases - ;; Network access requried: go mod download -json + ;; Network access required: go mod download -json ;; github.com/google/[email protected]. ;; ;; internal/wycheproof/wycheproof_test.go @@ -831,7 +831,7 @@ provided by the language and @code{sync} and @code{sync/atomic} packages. The package provides several Golang submodules: @itemize @item @code{errgroup} - synchronization, error propagation, and Context -cancelation for groups of goroutines working on subtasks of a common task +cancellation for groups of goroutines working on subtasks of a common task @item @code{semaphore} - a weighted semaphore implementation @item @code{singleflight} - a duplicate function call suppression mechanism @item @code{syncmap} - a concurrent map implementation @@ -919,7 +919,7 @@ low-level interaction with the operating system.") (modules '((guix build utils))) (snippet #~(begin - ;; Submodules with their own go.mod files and packaged separatly: + ;; Submodules with their own go.mod files and packaged separately: ;; ;; - golang.org/x/telemetry/config ;; - golang.org/x/telemetry/godev diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 964f62a096..b8fa1d4527 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -2365,7 +2365,7 @@ built-in @code{testing} package, but can be used in other contexts too.") (modules '((guix build utils))) (snippet #~(begin - ;; Submodules with their own go.mod files and packaged separatly: + ;; Submodules with their own go.mod files and packaged separately: ;; ;; - gotest.tools/x/generics (for-each delete-file-recursively diff --git a/gnu/packages/golang-compression.scm b/gnu/packages/golang-compression.scm index 46464621e4..27e3092112 100644 --- a/gnu/packages/golang-compression.scm +++ b/gnu/packages/golang-compression.scm @@ -105,7 +105,7 @@ the @code{c2go} tool at (synopsis "Collection of compression libraries for Golang") (description "Package compress is a collection of compression libraries implementing -Golang moduels: +Golang modules: @table @code @item brotli Implements the Brotli format, described in RFC 7932. diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index 0a72050250..b1a114dd80 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -1708,7 +1708,7 @@ algorithm.") (list #:import-path "github.com/pion/randutil")) (home-page "https://github.com/pion/randutil") - (synopsis "Helper library for cryptographic and mathmatical randoms") + (synopsis "Helper library for cryptographic and mathematical randoms") (description "This package provides primitives for generating random values.") (license license:expat))) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 7b12c4e846..fd8bcee579 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -2583,7 +2583,7 @@ decompose request handling into many smaller layers.") (modules '((guix build utils))) (snippet #~(begin - ;; Submodules with their own go.mod files and packaged separatly: + ;; Submodules with their own go.mod files and packaged separately: ;; ;; - github.com/go-jose/go-jose/jose-util (delete-file-recursively "jose-util"))))) @@ -6183,7 +6183,7 @@ in Golang.") #:tests? #f #:import-path "https://github.com/pion/ice" #:phases - ;; Failed to build and only requried for inheritance: + ;; Failed to build and only required for inheritance: ;; ;; cannot use a.net (type *vnet.Net) as type transport.Net in field value: ;; *vnet.Net does not implement transport.Net (wrong type for CreateDialer method) @@ -6956,7 +6956,7 @@ Caching.") (home-page "https://github.com/pquerna/ffjson") (synopsis "Faster JSON for Golang") (description - "This package implements functinality to generate static + "This package implements functionality to generate static @code{MarshalJSON} and @code{UnmarshalJSON} functions for structures in Go. The generated functions reduce the reliance upon runtime reflection to do serialization and are generally 2 to 3 times faster. In cases where @@ -9314,7 +9314,7 @@ tool.")))) ((#:import-path _ "github.com/multiformats/go-multiaddr-dns") "github.com/multiformats/go-multiaddr-dns/madns"))) (description - "This package provides a CLI binary executible built from + "This package provides a CLI binary executable built from go-github-com-multiformats-go-multiaddr-dns."))) (define-public go-minify @@ -9327,7 +9327,7 @@ go-github-com-multiformats-go-multiaddr-dns."))) #:tests? #f ; tested in the library #:import-path "github.com/tdewolff/minify/cmd/minify" #:unpack-path "github.com/tdewolff/minify")) - (description "This package provides a CLI binary executible built from + (description "This package provides a CLI binary executable built from go-github-com-tdewolff-minify-v2 source."))) (define-public gron diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index a66144a9f4..2539311e1b 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -855,7 +855,7 @@ syntax highlighted HTML, ANSI-coloured text, etc.") (with-directory-excursion (string-append "src/" import-path) (for-each delete-file-recursively (list "lexers/testdata/python2/test_complex_file1.actual" - ;; Executible is packed as separate package. + ;; Executable is packed as separate package. "cmd"))))) ;; XXX: Replace when go-build-system supports nested path. (replace 'check @@ -3277,7 +3277,7 @@ run time.") (home-page "https://containerd.io/") (synopsis "Cgroups for Golang") (description - "This package implements a functinoality for creating, managing, + "This package implements a functionality for creating, managing, inspecting, and destroying cgroups. The resources format for settings on the cgroup uses the OCI runtime-spec found @url{https://github.com/opencontainers/runtime-spec,here}.") @@ -3710,7 +3710,7 @@ of building man pages.") (home-page "https://github.com/creasty/defaults") (synopsis "Initialize structs with default values") (description - "This package implements functionlity to initialize structs with default + "This package implements functionality to initialize structs with default values. It supports almost all kind of types: @code{int/8/16/32/64}, @code{uint/8/16/32/64}, @code{float32/64}, @code{uintptr}, @code{bool}, @code{string}, @code{map}, @code{slice}, @code{struct}, @@ -4253,7 +4253,7 @@ supports concurrent serializable transactions.") (build-system go-build-system) (arguments (list - ;; XXX: Tests fail on 32 bit architecure: + ;; XXX: Tests fail on 32 bit architecture: ;; ;; cannot use 12 << 30 (untyped int constant 12884901888) as int value ;; in assignment (overflows). @@ -4352,7 +4352,7 @@ on throughput and hit ratio performance.") #:tests? #f #:import-path "github.com/dgryski/trifles")) (home-page "https://github.com/dgryski/trifles") - (synopsis "Collection of Golang utitity libraries and commands") + (synopsis "Collection of Golang utility libraries and commands") (description "This package provides a collection veriaty of utility libraries: @@ -4563,7 +4563,7 @@ mtime,ctime and btime for files.") implementing POSIX/GNU-style --flags. It is compatible with the @url{http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html, GNU extensions to the POSIX recommendations for command-line options}. This -is an activly maintained fork of @url{https://github.com/ogier/pflag}.") +is an actively maintained fork of @url{https://github.com/ogier/pflag}.") (license license:bsd-3))) (define-public go-github-com-docker-distribution @@ -4747,7 +4747,7 @@ sizes. It converts boring ugly numbers to human-friendly strings and back.") (home-page "https://github.com/edsrzf/mmap-go") (synopsis "Memory mapped fiels (mmap) in Golang") (description - "This package implements functinoality of mapping files into memory. It + "This package implements functionality of mapping files into memory. It tries to provide a simple interface, but doesn't go out of its way to abstract away every little platform detail. @@ -5282,7 +5282,7 @@ defined output to the standard output.") #:import-path "github.com/fatih/structs")) (home-page "https://github.com/fatih/structs") (synopsis "Utilities for Go structs") - (description "This package provides various utilitiy functions to work + (description "This package provides various utility functions to work with Go structs.") (license license:expat))) @@ -7749,7 +7749,7 @@ implementation in https://github.com/jackc/pgx.") "|")) #:phases #~(modify-phases %standard-phases - ;; All tests in this file rquire PostgreSQL service running. + ;; All tests in this file require PostgreSQL service running. (add-before 'check 'remove-failing-test-files (lambda* (#:key import-path #:allow-other-keys) (with-directory-excursion (string-append "src/" import-path) @@ -8696,7 +8696,7 @@ database/sql with sqlx.") "@command{lumin} is a simple command-line program which highlights matches to a specified pattern (string or regex) in the specified files. This is like @code{grep} with @code{--color}, except that @code{lumin} shows all lines, not -just matching lines. This package proviedes a CLI tool and @code{colors} +just matching lines. This package provides a CLI tool and @code{colors} library.") (license license:bsd-2))) @@ -9401,7 +9401,7 @@ processing.") (home-page "https://github.com/knz/go-libedit") (synopsis "Go wrapper around @code{libedit}") (description - "This packae provides a wrapper around @code{libedit} for Golang.") + "This package provides a wrapper around @code{libedit} for Golang.") (license license:asl2.0))) (define-public go-github-com-knz-lipgloss-convert @@ -11963,7 +11963,7 @@ goroutines as a unit whole.") (synopsis "Universally Unique Lexicographically Sortable Identifier in Golang") (description "This package implements @acronym{ULID, Universally Unique -Lexicographically Sortable Identifier} as specificed in +Lexicographically Sortable Identifier} as specified in @url{https://github.com/ulid/spec}. Features of ULID: @@ -12311,7 +12311,7 @@ included in this package.") (home-page "https://github.com/otiai10/copy") (synopsis "Go copy directory recursively") (description - "This package implements recursive copy functinoality for directory.") + "This package implements recursive copy functionality for directory.") (license license:expat))) (define-public go-github-com-outcaste-io-ristretto @@ -15658,7 +15658,7 @@ edges and self-loops are not permitted. (home-page "https://github.com/xaionaro-go/bytesextra") (synopsis "Golang library for bytes I/O") (description - "This packae provides @code{io.ReadWriteSeeker} implementation for + "This package provides @code{io.ReadWriteSeeker} implementation for @code{[]byte}.") (license license:cc0))) @@ -16227,7 +16227,7 @@ character devices, pipes, FIFOs, and any file-descriptor that is poll-able, can be used with select(2), epoll(7), etc. In addition, package poller allows the user to set timeouts (deadlines) for -read and write operations, and also allows for safe cancelation of blocked +read and write operations, and also allows for safe cancellation of blocked read and write operations; a Close from another go-routine safely cancels ongoing (blocked) read and write operations. diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index f9e2b5366f..252aabe184 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -3927,7 +3927,7 @@ denote the invalidity of certain code paths in a Scheme program.") (description "This package provides an implementation of SRFI 146 for Guile. SRFI 146 defines datastructures that implement mappings (finite sets -of associations consiting of a key and a value). Two types of +of associations consisting of a key and a value). Two types of mappings are defined: One using a comparator to define an order on the keys and another using a hash function on the keys. The datastructures and procedures are by default purely-functional. This @@ -4079,7 +4079,7 @@ or errors (Left).") (license license:expat)))) (define-public guile-srfi-197 - ;; There is minor fix to the documention after the final tag, so use + ;; There is minor fix to the documentation after the final tag, so use ;; the newest commit instead. (let ((commit "d31b8be86460bf837cccf2737a1b9b9c01788573") (revision "0")) diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 7af596ecf4..0a739640ab 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -3239,7 +3239,7 @@ and cyclic tridiagonal linear systems.") `(#:cabal-revision ("4" "026mkj9fz64rdrap25mp8cwdrzwj90h35qg9kkn078fac93aaq10"))) (home-page "https://diagrams.github.io/") - (synopsis "Scalable Vector Grpahics backend for the diagrams framework") + (synopsis "Scalable Vector Graphics backend for the diagrams framework") (description "This package provides a modular backend for rendering diagrams created with the diagrams embedded domain-specific language (EDSL) to Scalable Vector Graphics (SVG) files.") @@ -5394,7 +5394,7 @@ Accounting.") openblas)) (home-page "https://github.com/albertoruiz/hmatrix") (synopsis "Haskell numeric linear algebra library") - (description "The HMatrix package provices a Haskell library for + (description "The HMatrix package provides a Haskell library for dealing with linear systems, matrix decompositions, and other numerical computations based on BLAS and LAPACK.") (license license:bsd-3))) @@ -6106,7 +6106,7 @@ example code on the home page for a quick introduction.") (home-page "https://github.com/ekmett/intervals") (synopsis "Interval arithmetic") (description "This library provides @code{Numeric.Interval.Interval}, -which represets a closed, convex set of floating point values.") +which represents a closed, convex set of floating point values.") (license license:bsd-3))) (define-public ghc-invariant @@ -8304,7 +8304,7 @@ found at runtime, a userError is thrown.") "This library makes it easy to implement monads with tricky control flow. This is useful for: writing web applications in a sequential style, programming games with a uniform interface for human and AI players and easy -replay capababilities, implementing fast parser monads, designing monadic +replay capabilities, implementing fast parser monads, designing monadic DSLs, etc.") (license license:bsd-3))) @@ -16525,7 +16525,7 @@ JSON to and from the Lua stack.") (description "This package provides a parser for plain-text representations of tables. This package supports table headers, cells spanning multiple columns or rows, as well -as a way to specfiy column alignments.") +as a way to specify column alignments.") (license license:expat))) (define-public ghc-lpeg @@ -17159,7 +17159,7 @@ such as ala'.") (synopsis "Data validation based on Applicative and Selective functors") (description - "Lighweight pure data validation based on Applicative and Selective functors.") + "Lightweight pure data validation based on Applicative and Selective functors.") (license license:mpl2.0))) (define-public ghc-tdigest diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index 0dfce29ea3..a290966bd0 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm @@ -1136,7 +1136,7 @@ IBus-Table on IBus framework: (synopsis "Speech to text IBus engine using VOSK") (description "This Input Method uses VOSK for voice recognition and allows to dictate text in several languages in any application that supports IBus. -One of the main adavantages is that VOSK performs voice recognition locally +One of the main advantages is that VOSK performs voice recognition locally and does not rely on an online service.") (license gpl3+))) diff --git a/gnu/packages/instrumentation.scm b/gnu/packages/instrumentation.scm index 1515fef14c..b42aaa2e2f 100644 --- a/gnu/packages/instrumentation.scm +++ b/gnu/packages/instrumentation.scm @@ -119,7 +119,7 @@ ;; distribution tarballs are generated on Ubuntu LTS 18.04. ;; ;; `paredit-raise-sexp' on the first list of native inputs and remove the - ;; 'autoreconf invokation whenever we bump to the next version that is + ;; 'autoreconf invocation whenever we bump to the next version that is ;; goind to be generated on Ubuntu LTS 22.04. (native-inputs (append diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index 43923a90ac..faf982f4d7 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm @@ -939,7 +939,7 @@ their levels to be controlled individually.") (modules '((guix build utils))) (snippet #~(begin - ;; Submodules with their own go.mod files and packaged separatly: + ;; Submodules with their own go.mod files and packaged separately: ;; ;; - github.com/libp2p/go-libp2p/scripts/test_analysis ;; - github.com/libp2p/go-libp2p/test-plans/m/v2 diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 0e1cffe046..e1722c0fba 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -3572,7 +3572,7 @@ interfaces with @file{.ini} files.") (synopsis "Canonical default initial values and identity elements for Julia") (description - "This package provides a canoncial set of default initial values + "This package provides a canonical set of default initial values and identity elements for Julia.") (license license:expat))) @@ -6827,7 +6827,7 @@ interface functions for working with all kinds tabular data.") (license license:expat))) (define-public julia-tableshowutils - ;; The 0.2.5 release is not fully compatable with newer versions of Julia. + ;; The 0.2.5 release is not fully compatible with newer versions of Julia. (let ((commit "c4e02d8b9bbb31fc81ed6618955e9b1c7cb04460") (revision "1")) (package diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 4f241cc2e3..d1ed61aac7 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -496,7 +496,7 @@ used, but this framework provides a wrapper script to make generating the documentation more convenient (including reading settings from the target framework or other module) and a standard template for the generated documentation.") - ;; Most parts are bsd-2, but incuded jquery is expat + ;; Most parts are bsd-2, but included jquery is expat ;; This list is taken from http://packaging.neon.kde.org/cgit/ (license (list license:bsd-2 license:expat)))) @@ -985,7 +985,7 @@ as well as an API to create KDED modules.") (native-inputs (list extra-cmake-modules qttools)) (inputs - (list avahi ; alternativly dnssd could be used + (list avahi ; alternatively dnssd could be used qtbase)) (home-page "https://community.kde.org/Frameworks") (synopsis "Network service discovery using Zeroconf") @@ -3480,7 +3480,7 @@ their settings.") (synopsis "Integration of QML and KDE work spaces") (description "KDeclarative provides integration of QML and KDE work spaces. It's comprises two parts: a library used by the C++ part of your application to -intergrate QML with KDE Frameworks specific features, and a series of QML imports +integrate QML with KDE Frameworks specific features, and a series of QML imports that offer bindings to some of the Frameworks.") ;; dual licensed (license (list license:gpl2+ license:lgpl2.1+)))) diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 098b977866..8d177d147f 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1808,7 +1808,7 @@ on top of Baloo.") libksysguard)) (home-page "https://invent.kde.org/plasma/plasma5support") (synopsis "Support components for porting from KF5/Qt5 to KF6/Qt6") - (description "This package provids support components for porting from + (description "This package provides support components for porting from KF5/Qt5 to KF6/Qt6") (license (list license:lgpl2.0+)))) diff --git a/gnu/packages/librewolf.scm b/gnu/packages/librewolf.scm index bbbfa901ba..2a4bf3fada 100644 --- a/gnu/packages/librewolf.scm +++ b/gnu/packages/librewolf.scm @@ -358,7 +358,7 @@ "services"))))) (add-after 'patch-cargo-checksums 'remove-cargo-frozen-flag (lambda _ - ;; Remove --frozen flag from cargo invokation, otherwise it'll + ;; Remove --frozen flag from cargo invocation, otherwise it'll ;; complain that it's not able to change Cargo.lock. ;; https://bugzilla.mozilla.org/show_bug.cgi?id=1726373 (substitute* "build/RunCbindgen.py" diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 30d6b944f2..a042f58141 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7609,7 +7609,7 @@ native Linux file system, and has been part of the Linux kernel since version (home-page "http://www.citi.umich.edu/projects/nfsv4/crossrealm/libnfsidmap_config.html") (synopsis "NFSv4 support library for name/ID mapping") - (description "Libnfsidmap is a library holding mulitiple methods of + (description "Libnfsidmap is a library holding multiple methods of mapping names to ids and visa versa, mainly for NFSv4. It provides an extensible array of mapping functions, currently consisting of two choices: the default @code{nsswitch} and the experimental @code{umich_ldap}.") @@ -8734,7 +8734,7 @@ receiving to-be-logged packets from the kernel nfnetlink_log subsystem "0ax9959c4bapq78n13bbaibcf1gwjir3ngx8l2dh45lw9m4ha2lr")))) (build-system gnu-build-system) (outputs '("out" - ;; additonal non-default output plugins + ;; additional non-default output plugins "json" "pcap" "sqlite3" "pgsql" "mysql")) (native-inputs (list pkg-config)) (inputs (list libnfnetlink @@ -9273,7 +9273,7 @@ libraries, which are often integrated directly into libfabric.") communications interface for the True Scale family of products. PSM users are enabled with mechanisms necessary to implement higher level communications interfaces in parallel environments.") - ;; Only Intel-compatable processors are supported. + ;; Only Intel-compatible processors are supported. (supported-systems '("i686-linux" "x86_64-linux")) (license (list license:bsd-2 license:gpl2)))) ;dual @@ -9527,7 +9527,7 @@ The PSM2 API is a high-performance vendor-specific protocol that provides a low-level communications interface for the Intel Omni-Path family of high-speed networking devices.") (home-page "https://github.com/intel/opa-psm2") - ;; Only the x86_64 architecure is supported. + ;; Only the x86_64 architecture is supported. (supported-systems '("x86_64-linux")) (license (list license:bsd-3 license:gpl2)))) ; dual diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm index cbaef71b87..46a51e7477 100644 --- a/gnu/packages/lisp-check.scm +++ b/gnu/packages/lisp-check.scm @@ -167,7 +167,7 @@ minimal dependencies on DISSECT.") (native-inputs (list sbcl-assert-p)) (inputs (list sbcl-assertion-error sbcl-eventbus)) (home-page "https://github.com/noloop/cacau") - (synopsis "Comon Lisp test runner") + (synopsis "Common Lisp test runner") (description "This package provides a Common Lisp testing framework system CACAU which was built to be independent of assertions systems.") @@ -540,7 +540,7 @@ interactive development model in mind.") (synopsis "Make CL unit tests more readable") (description "@code{cl-hamcrest} is an implementation of the Hamcrest idea in -Common Lisp. It simplifes unit tests and makes them more readable. +Common Lisp. It simplifies unit tests and makes them more readable. Hamcrest uses the idea of pattern-matching, to construct matchers from different pieces and to apply them to the data.") (license license:bsd-3)))) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 3135413c5d..aa0f6b2641 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -690,7 +690,7 @@ internationalizing Common Lisp programs. One important aspect of internationalization is of course the language used in error messages, documentation strings, etc. But with this project we provide tools for all other aspects of internationalization as well, including dates, -weight, temperature, names of physical quantitites, etc.") +weight, temperature, names of physical quantities, etc.") (license license:bsd-2)))) (define-public cl-acclimation @@ -7457,7 +7457,7 @@ format.") (native-inputs (list sbcl-lift)) (arguments - `(#:tests? #f ; FIXME: Tests get stuck indefinitly + `(#:tests? #f ; FIXME: Tests get stuck indefinitely #:phases (modify-phases %standard-phases (add-after 'unpack 'fix-paths @@ -10078,9 +10078,9 @@ rendering of the XML Infoset.") "cl-syntax-annot" "cl-syntax-interpol"))) (home-page "https://github.com/m2ym/cl-syntax") - (synopsis "Reader Syntax Coventions for Common Lisp and SLIME") + (synopsis "Reader Syntax Conventions for Common Lisp and SLIME") (description - "CL-SYNTAX provides Reader Syntax Coventions for Common Lisp and SLIME.") + "CL-SYNTAX provides Reader Syntax Conventions for Common Lisp and SLIME.") (license license:llgpl))) (define-public cl-syntax @@ -14544,7 +14544,7 @@ coloured printing via @code{cl-ansi-text} and readline completion.") `(("metatilities-base" ,sbcl-metatilities-base))) (arguments ;; NOTE: (Sharlatan-20210106222900+0000) Circular dependencies and failing - ;; test suites. lift-standard.config contains referances to deprecated + ;; test suites. lift-standard.config contains references to deprecated ;; functionality. ;; See https://github.com/hraban/dynamic-classes/issues/2 `(#:tests? #f)) @@ -19946,7 +19946,7 @@ BTCPay, Paypal, and Stripe.") sbcl-cl-ppcre)) (home-page "https://github.com/cxxxr/lisp-preprocessor") (synopsis "Common Lisp embedded template engine") - (description "This package provices an embedded template engine for Common Lisp.") + (description "This package provides an embedded template engine for Common Lisp.") (license license:expat)))) (define-public cl-lisp-preprocessor @@ -24925,7 +24925,7 @@ server over a socket. @code{POSTMODERN} itself is a wrapper around these packages and provides higher level functions, a very simple data access object that can be mapped directly to -database tables and some convient utilities. It then tries to put all these +database tables and some convenient utilities. It then tries to put all these things together into a convenient programming interface") (home-page "https://marijnhaverbeke.nl/postmodern/") (license license:zlib))) @@ -31200,7 +31200,7 @@ the return type of a function.") (package (inherit (sbcl-package->ecl-package sbcl-type-i)) (arguments - ;; The tests get stuck indefinitly + ;; The tests get stuck indefinitely '(#:tests? #f)))) (define-public sbcl-type-r diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index b68ff96aa8..22604f5841 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3429,7 +3429,7 @@ This is the certified version of the Open Cascade Technology (OCCT) library.") `("PYTHONPATH" prefix (,dest)))))))))) (inputs (list bash-minimal python)) (home-page "https://www.fast-downward.org/") - (synopsis "Domain-independant classical planning system") + (synopsis "Domain-independent classical planning system") (description "Fast Downward is a portfolio-based planning system that supports the propositional fragment of PDDL2.2.") (license license:gpl3+))) diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index ab49030f0a..1b97853a59 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -352,7 +352,7 @@ the RFC.") (description "Netperf is a benchmark that can be used to measure the performance of many different types of networking. It provides tests for both unidirectional -throughput, and end-to-end latency. The environments currently measureable +throughput, and end-to-end latency. The environments currently measurable by netperf include: TCP and UDP via BSD Sockets for both IPv4 and IPv6, DLPI, Unix Domain Sockets, SCTP for both IPv4 and IPv6.") (license license:expat)))) @@ -3159,7 +3159,7 @@ updates to the zebra daemon.") "Generate BGP filters from the @acronym{IRR, Internet Routing Registry}") (description "This program helps automate the creation and maintenance of @acronym{BGP, -Border Gateway Protocol} routing filters used for peering trough Internet +Border Gateway Protocol} routing filters used for peering through Internet exchanges. It generates prefix lists, (extended) access lists, policy-statement terms, and diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 6269bd5b2d..f265aee249 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -561,7 +561,7 @@ depend: $(STDLIB_MLIS) $(STDLIB_DEPS)")) #:phases (modify-phases %standard-phases (delete 'configure)) - ; some failures because of changes in OCaml's error message formating + ; some failures because of changes in OCaml's error message formatting #:tests? #f)) (home-page "https://github.com/ocaml/ocamlbuild") (synopsis "OCaml build tool") @@ -2874,7 +2874,7 @@ interface files.") (propagated-inputs (list ocaml-odoc)) (home-page "https://github.com/rdicosmo/parmap") - (synopsis "Parallel map and fold primtives for OCaml") + (synopsis "Parallel map and fold primitives for OCaml") (description "Library to perform parallel fold or map taking advantage of multiple core architectures for OCaml programs. Drop-in replacement for these @@ -4831,7 +4831,7 @@ file (POSIX like) and filename.") (substitute* "test/test-main/Test.ml" ;; most of these tests fail because ld cannot find crti.o, but according ;; to the log file, the environment variables {LD_,}LIBRARY_PATH - ;; are set correctly when LD_LIBRARY_PATH is defined beforhand. + ;; are set correctly when LD_LIBRARY_PATH is defined beforehand. (("TestBaseCompat.tests;") "") (("TestExamples.tests;") "") (("TestFull.tests;") "") @@ -6675,7 +6675,7 @@ the OCaml code.") (modify-phases %standard-phases (add-after 'unpack 'fix-test-format (lambda _ - ;; Since sexplib >= 0.15, error formating has changed + ;; Since sexplib >= 0.15, error formatting has changed (substitute* "test/driver/exception_handling/run.t" (("\\(Failure ") "Failure(")) (substitute* "test/base/test.ml" @@ -6727,7 +6727,7 @@ OCaml AST in the OCaml syntax; "11bkw7fgzfay8ws0piwphqip3y2lk2c9s2gil3zisnbvka92h1va")) (build-system dune-build-system) (arguments - ;; Tests are currenlty failing + ;; Tests are currently failing ;; (see https://github.com/janestreet/ppx_compare/issues/10) '(#:tests? #f)) (propagated-inputs diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index 444efb67dd..ce63306c07 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -1132,7 +1132,7 @@ selected) @item Eraser with multiple configurations @item LaTeX support @item bug reporting, autosave, and auto backup tools -@item Customizeable toolbar, with multiple configurations, e.g., to +@item Customizable toolbar, with multiple configurations, e.g., to optimize toolbar for portrait / landscape @item Page Template definitions @item Shape drawing (line, arrow, circle, rectangle) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 21ba0c9463..b7aaf0af95 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -4766,7 +4766,7 @@ import(), @@EXPORT and @@EXPORT_OK and not a whole lot else.") (description "Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the `-as`, `-prefix` and `-suffix` options; explicit destinations with the `into` option; -and alternative installers with the `installler` option. But it's written in +and alternative installers with the `installer` option. But it's written in only about 40% as many lines of code and with zero non-core dependencies.") (license (package-license perl)))) @@ -13671,7 +13671,7 @@ via sendmsg and recvmsg. It also allows manipulating ancillary data or so-called control information (cmsghdr). This ancillary data may be used for file descriptor -passing, IPv6 operations, and a host of implemenation-specific extensions.") +passing, IPv6 operations, and a host of implementation-specific extensions.") (license license:perl-license))) ;;; diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm index 5121b6e94e..34d22f53db 100644 --- a/gnu/packages/profiling.scm +++ b/gnu/packages/profiling.scm @@ -136,7 +136,7 @@ most major microprocessors. PAPI enables software engineers to see, in near real time, the relation between software performance and processor events. In addition, PAPI provides access to a collection of components that expose -performance measurement opportunites across the hardware and software stack.") +performance measurement opportunities across the hardware and software stack.") (properties '((release-monitoring-url . "http://icl.cs.utk.edu/papi/software/"))) diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm index cbee1d859c..77875933f1 100644 --- a/gnu/packages/prometheus.scm +++ b/gnu/packages/prometheus.scm @@ -569,7 +569,7 @@ kernel, and process metrics from the @file{/proc} pseudo file system.") "The StatsD exporter is a drop-in replacement for @url{https://github.com/statsd/statsd,StatsD}. The exporter translates StatsD metrics to Prometheus metrics via configured mapping rules. This package -provdies a Golang module and @code{statsd_exporter} executable command.") +provides a Golang module and @code{statsd_exporter} executable command.") (license license:asl2.0))) ;;; diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 127e9e378a..beff4353ce 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -282,7 +282,7 @@ formulas for Python.") (home-page "https://github.com/JohannesBuchner/imagehash") (synopsis "Perceptual Image Hashing library") (description - "This package implements a functinoality to tell whether two images look + "This package implements a functionality to tell whether two images look nearly identical. The image hash algorithms (average, perceptual, difference, wavelet) analyse the image structure on luminance (without color information). The color hash algorithm analyses the color distribution and black & gray @@ -842,7 +842,7 @@ the following purposes in mind: @itemize @item Provide tools to handle downloaded or user-provided datasets. @item Provide ready-to-use prediction algorithms and similarity measures. -@item Provide a base for creating custom algorithims. +@item Provide a base for creating custom algorithms. @item Provide tools to evaluate, analyse and compare algorithm performance. @item Provide documentation with precise details regarding library algorithms. @end itemize") @@ -932,7 +932,7 @@ cross-validation.") (synopsis "Test-driven data analysis library for Python") (description "The TDDA Python module provides command-line and Python API support -for the overall process of data analysis, through tools that peform +for the overall process of data analysis, through tools that perform reference testing, constraint discovery for data, automatic inference of regular expressions from text data and automatic test generation.") (license license:expat))) ; MIT License @@ -2475,7 +2475,7 @@ annotations on an existing boxplots and barplots generated by seaborn.") (description "@code{unyt} is a Python library working with data that has physical units. It defines the @code{unyt.array.unyt_array} and -@code{unyt.array.unyt_quantity} classess (subclasses of NumPy’s ndarray class) +@code{unyt.array.unyt_quantity} classes (subclasses of NumPy’s ndarray class) for handling arrays and scalars with units,respectively") (license license:bsd-3))) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2ee444a509..d2d5a25e81 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2121,7 +2121,7 @@ parallel as well as downloading each file in a number of chunks. asciicast demo of parfive parfive works by creating a downloader object, appending files to it and then running the download. parfive has a synchronous -API, but uses asyncio to paralellise downloading the files.") +API, but uses asyncio to parallelise downloading the files.") (license license:expat))) (define-public python-html2text @@ -8562,7 +8562,7 @@ interpreter written in pure Python.") (home-page "https://github.com/web-push-libs/encrypted-content-encoding") (synopsis "Encrypted Content Encoding for HTTP") (description - "This package provices a simple implementation of Encrypted Content + "This package provides a simple implementation of Encrypted Content Encoding for HTTP.") (license license:expat))) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f52c2a2d86..4d149b34d6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5970,7 +5970,7 @@ port forwards using @acronym{UPnP, Universal Plug and Play}.") python-setuptools-scm python-wheel)) (home-page "https://github.com/pytest-dev/py") - (synopsis "Python library for parsing, I/O, instrospection, and logging") + (synopsis "Python library for parsing, I/O, introspection, and logging") (description "Py is a Python library for file name parsing, .ini file parsing, I/O, code introspection, and logging.") @@ -23503,7 +23503,7 @@ until the object is actually required, and caches the result of said call.") (add-after 'unpack 'patch-getprotobyname-calls ;; These calls are problematic in the build environment as there is ;; no /etc/protocols. This breaks the sanity-check phase of any - ;; package depnding on this one. + ;; package depending on this one. (lambda _ (substitute* "dns/rdtypes/IN/WKS.py" (("socket.getprotobyname\\('tcp'\\)") @@ -23558,7 +23558,7 @@ It supports TSIG authenticated messages and EDNS0.") (add-after 'unpack 'patch-getprotobyname-calls ;; These calls are problematic in the build environment as there is ;; no /etc/protocols. This breaks the sanity-check phase of any - ;; package depnding on this one. + ;; package depending on this one. (lambda _ (substitute* "dns/rdtypes/IN/WKS.py" (("socket.getprotobyname\\('tcp'\\)") @@ -25276,7 +25276,7 @@ efficient as possible on all supported Python versions.") Mustache templating language renderer.") (license license:expat))) -;; XXX: Try to inherit from duckdb and build from source with all extentions. +;; XXX: Try to inherit from duckdb and build from source with all extensions. (define-public python-duckdb (package (name "python-duckdb") @@ -29284,7 +29284,7 @@ user-space file systems in Python.") (replace 'check (lambda* (#:key tests? #:allow-other-keys) (when tests? - ;; These tests don't import currectly. + ;; These tests don't import correctly. (delete-file "test/test_js_client.py") (delete-file "test/test_tsd_types.py") (delete-file "test/test_python_gen.py") @@ -34432,7 +34432,7 @@ dates in almost any string formats commonly found on web pages.") (replace 'check (lambda* (#:key inputs outputs #:allow-other-keys) (add-installed-pythonpath inputs outputs) - ;; This invokation is taken from tox.ini. + ;; This invocation is taken from tox.ini. (invoke "nosetests" "-d" "-v" "tests/")))))) (home-page "https://github.com/akesterson/dpath-python") (synopsis "File-system-like pathing and searching for dictionaries") diff --git a/gnu/packages/racket.scm b/gnu/packages/racket.scm index 30c8e4df53..5262f7277f 100644 --- a/gnu/packages/racket.scm +++ b/gnu/packages/racket.scm @@ -190,7 +190,7 @@ ;; as of Racket 7.0. See also <https://racket.discourse.group/t/951/4>. ;; ;; For Racket BC, the compiled "linklet" s-expressions (primitive modules) -;; are embeded in C as a static string constant. Eventually, they are further +;; are embedded in C as a static string constant. Eventually, they are further ;; compiled by the C-implemented Racket BC bytecode and JIT compilers. ;; ;; Zuo is notably *not* a problem for bootstrapping. The implementation is a @@ -1122,7 +1122,7 @@ languages such as Typed Racket, R5RS and R6RS Scheme, Algol 60, and Datalog."))) ;; Let Guix coexist with other installation ;; methods without clobbering user-specific packages. ;; This could be set in various places, but doing - ;; it here is convienient, at least until we support + ;; it here is convenient, at least until we support ;; cross-compilation. 'installation-name (string-append (version) diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 626a1b9d5a..cda2f1907c 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -2145,10 +2145,10 @@ It can perform as: methods: @itemize -@item Classic exercice, +@item Classic exercise, @item Koch method, @item Read from file, -@item Callsign exercice. +@item Callsign exercise. @end itemize\n") (license license:gpl3+))) diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm index 537650cc88..6f93f4067b 100644 --- a/gnu/packages/rails.scm +++ b/gnu/packages/rails.scm @@ -135,7 +135,7 @@ multibyte strings, internationalization, time zones, and testing.") '(#:tests? #f)) ;no included tests (propagated-inputs (list ruby-activesupport)) - (synopsis "Generate URIs idenfitying model instances in Ruby") + (synopsis "Generate URIs identifying model instances in Ruby") (description "@code{GlobalID} provides a way to generate URIs from a model in Ruby that uniquely identify it.") diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index b3126de465..58082359f6 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -3165,7 +3165,7 @@ support.") (build-system ruby-build-system) (native-inputs (list bundler - ;; The test suite tests all the available backends. Currenly, this just + ;; The test suite tests all the available backends. Currently, this just ;; means the node backend. ;; ;; PASSED: test:node @@ -6376,7 +6376,7 @@ of Memory.") (build-system ruby-build-system) (synopsis "URI class for parsing data URIs") (description - "Data @acronym{URI, universal resource idenfitier}s allow resources to be + "Data @acronym{URI, universal resource identifier}s allow resources to be embedded inside a URI. The URI::Data class provides support for parsing these URIs using the normal URI.parse method.") (home-page "https://github.com/dball/data_uri") @@ -6985,7 +6985,7 @@ then be analyzed or manipulated more easily than the underlying AST layer.") (arguments '(#:test-target "spec" ;avoid rubocop dependency #:phases (modify-phases %standard-phases - (add-after 'patch-source-shebangs 'patch-shell-invokations + (add-after 'patch-source-shebangs 'patch-shell-invocations (lambda _ (substitute* '("lib/parallel_tests/tasks.rb" "spec/parallel_tests/tasks_spec.rb") @@ -13933,7 +13933,7 @@ interface. It allows Jekyll to rebuild your site when a file changes.") (("gem 'activerecord.*$") "gem 'activerecord'\n")))) (add-before 'check 'delete-Gemfile.lock (lambda _ - ;; Bundler isn't being used for fetching dependendencies, so + ;; Bundler isn't being used for fetching dependencies, so ;; delete the Gemfile.lock (delete-file "Gemfile.lock") #t)) @@ -16351,7 +16351,7 @@ and social networks to better index and display your site's content.") "/share/zoneinfo")) #t)) (add-before 'check 'delete-test-BatchProcessor - ;; test_BatchProcessor fails with exeption: + ;; test_BatchProcessor fails with exception: ;; run> terminated with exception (report_on_exception is true) (lambda _ (delete-file "test/test_BatchProcessor.rb") @@ -17829,7 +17829,7 @@ the power of the built-in @code{OptionParser}.") "`find spec -type f | sort`")))) (add-after 'wrap 'populate-dictionaries (lambda args - ;; We must initiallize these files here, or they will never be + ;; We must initialize these files here, or they will never be ;; usable with the default settings. A more flexible approach ;; might use something like `Gem.find_files()` or ;; XDG_DATA_DIRS. diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index 758efa5546..70edcca3ca 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm @@ -600,7 +600,7 @@ and IPV6 and the protocols layered above them, such as TCP and UDP.") (home-page "https://github.com/christgau/wsdd") (synopsis "Web Service Discovery host daemon") (description "This daemon allows (Samba) hosts to be found by Web -Service Dicovery Clients. It also implements the client side of the +Service Discovery Clients. It also implements the client side of the discovery protocol which searches for devices implementing WSD.") (license license:expat))) diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm index 1e8224b243..416f7cbbe1 100644 --- a/gnu/packages/suckless.scm +++ b/gnu/packages/suckless.scm @@ -672,7 +672,7 @@ in the range of your wireless station. Once received the program extracts the BSSID of the AP and transmits deauthentication packets using the broadcast MAC address. This results to the disconnection of all clients connected to the AP at the time of the attack. This -is essencially a WiFi DoS attack tool created for educational +is essentially a WiFi DoS attack tool created for educational purposes only. It works only in Linux and requires wireless card drivers capable of injecting packets in wireless networks.") (license license:gpl3+))) diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index a84893786c..f717cbb3af 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -380,7 +380,7 @@ file system, and many more features.") (inputs (list curl expat gumbo-parser ncurses sqlite yajl)) (home-page "https://codeberg.org/grisha/newsraft") - (synopsis "Feed reader for termnial") + (synopsis "Feed reader for terminal") (description "Newsraft is a feed reader with ncurses user interface. It is greatly inspired by Newsboat and tries to be its lightweight counterpart. diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 1dc67e2d84..04632e8408 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1866,7 +1866,7 @@ for programmers; its status is experimental.") (outputs '("out" "doc")) (build-system texlive-build-system) (home-page "https://ctan.org/pkg/abbr") - (synopsis "Simple macros supporting abreviations for Plain and LaTeX") + (synopsis "Simple macros supporting abbreviations for Plain and LaTeX") (description "The package provides some simple macros to support abbreviations in Plain TeX or LaTeX. It allows writing, e.g., @samp{\\<TEX>} instead of @@ -3682,7 +3682,7 @@ is allowed. The expression scanner is also provided.") (description "This book explains the basic concepts required for programming in TeX and explains the programming methods, providing many examples. The package -makes the compileable source code as well as the compiled PDF file accessible +makes the compilable source code as well as the compiled PDF file accessible to everyone.") (license license:lppl1.2+))) @@ -11609,7 +11609,7 @@ format of references to be determined automatically according to the type of reference. The formats used may be customised in the preamble of a document; Babel support is available (though the choice of languages remains limited: currently Danish, Dutch, English, French, German, Italian, Norwegian, Russian, -Spanish and Ukranian). +Spanish and Ukrainian). The package also offers a means of referencing a list of references, each formatted according to its type. In such lists, it can collapse sequences of @@ -19278,7 +19278,7 @@ Mingote, with support for LaTeX and pdfLaTeX.") (description "This package contains material presented in the book @emph{Guide to LaTeX}, 4th edition, by Helmut Kopka and Patrick W. Daly as code, sample figures, -processed files, as well as solutions to the exercices.") +processed files, as well as solutions to the exercises.") (license license:lppl1.3c+))) (define-public texlive-guitar @@ -43877,7 +43877,7 @@ polytonic. The output text is natively encoded in Unicode, so it can be reused in any possible way. The @code{greektonoi} package provides, in addition to inserting Greek accents and breathings, many other symbols used in Greek numbers and arithmetic or in the Greek archaic period. It could be used -with @code{greektonoi} mapping or indepedently.") +with @code{greektonoi} mapping or independently.") (license license:lgpl3))) (define-public texlive-gtl @@ -91396,7 +91396,7 @@ macros to ease entry of the most common elements.") "This package is intended for use by users who know about fonts. It is a quick-fix for fonts which do not have genuine LaTeX support. It is not meant as a replacement of the LaTeX font definition files. It is meant as -something more useable for LaTeX users than the @code{\\newfont} command. +something more usable for LaTeX users than the @code{\\newfont} command. With @code{addfont} the loaded font scales along with the usual LaTeX size selection. Using this package still requires some knowledge on how to use fonts with LaTeX.") @@ -108434,7 +108434,7 @@ Babel or Polyglossia.") (home-page "https://ctan.org/pkg/ktv-texdata") (synopsis "Extract subsets of documents") (description - "The package defines an exercice environment which numbers every exercise, and + "The package defines an exercise environment which numbers every exercise, and a command @code{\\get} to extract a collection whose argument is a comma-separated set of exercise index numbers. While the package was designed for teachers constructing tables of exercises, it plainly has more @@ -117190,7 +117190,7 @@ System} information and use it in a LaTeX document. For users of LaTeX2HTML, (synopsis "Readable and good looking CV and letter class") (description "This class provides an attractive and highly readable CV which will hopefully -lead to your CV being read rather than disgarded.") +lead to your CV being read rather than discarded.") (license license:lppl1.3+))) (define-public texlive-realboxes @@ -119222,7 +119222,7 @@ generally recommended, therefore, to use @code{mdframed} instead.") (home-page "https://ctan.org/pkg/shadow") (synopsis "Shadow boxes") (description - "This package defines a command @code{\\shabox} (analgous to @code{\\fbox}), + "This package defines a command @code{\\shabox} (analogous to @code{\\fbox}), and supporting mechanisms.") (license license:lppl))) @@ -122413,7 +122413,7 @@ and pasting from a PDF).") (home-page "https://ctan.org/pkg/textmerg") (synopsis "Merge text in TeX and LaTeX") (description - "This package repetetively produce documents from a fixed part and a variable + "This package repetitively produce documents from a fixed part and a variable part. Such an operation is commonly used as ``mail merge'' to produce mail shots.") (license license:public-domain))) diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm index 2718622f79..415171339d 100644 --- a/gnu/packages/tor-browsers.scm +++ b/gnu/packages/tor-browsers.scm @@ -494,7 +494,7 @@ Browser.") "build"))))) (add-after 'patch-cargo-checksums 'remove-cargo-frozen-flag (lambda _ - ;; Remove --frozen flag from cargo invokation, otherwise it'll + ;; Remove --frozen flag from cargo invocation, otherwise it'll ;; complain that it's not able to change Cargo.lock. ;; https://bugzilla.mozilla.org/show_bug.cgi?id=1726373 (substitute* "build/RunCbindgen.py" diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm index aecb58eab7..19e32f53f1 100644 --- a/gnu/packages/tree-sitter.scm +++ b/gnu/packages/tree-sitter.scm @@ -283,7 +283,7 @@ This package includes the @command{tree-sitter} command-line tool.") tree-sitter- prefix to generate package name and also for generating REPOSITORY-URL value if it's not specified explicitly, TEXT is a string which will be used in description and synopsis. GET-CLEANUP-SNIPPET is a function, -it recieves GRAMMAR-DIRECTORIES as an argument and should return a G-exp, +it receives GRAMMAR-DIRECTORIES as an argument and should return a G-exp, which will be used as a snippet in origin." (let* ((multiple? (> (length grammar-directories) 1)) (grammar-names (string-append text " grammar" (if multiple? "s" ""))) diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index 11f7c40b98..c921426b7f 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -586,7 +586,7 @@ commit or run any Git arbitrary command.") (synopsis "Statusline for Vim") (description "@code{vim-airline} is an extensible statusline for Vim. -It can be extended and costumized with themes, works with unicode fonts +It can be extended and customized with themes, works with unicode fonts and powerline symbols, etc.") (home-page "https://github.com/vim-airline/vim-airline") (license license:expat))) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 6e950592fc..0e6153d7bd 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -2431,7 +2431,7 @@ and provides animations for switching between backgrounds.") (synopsis "Notification daemon with a graphical interface") (description "This package provides a notification daemon for the Sway Wayland -compository, supporting the following featuers: +compository, supporting the following features: @itemize @item Keyboard shortcuts diff --git a/gnu/services/audio.scm b/gnu/services/audio.scm index 6515d53dbd..5091d7fc13 100644 --- a/gnu/services/audio.scm +++ b/gnu/services/audio.scm @@ -443,7 +443,7 @@ example @file{/var/log/mpd.log}." (log-level maybe-string - "Supress any messages below this threshold. + "Suppress any messages below this threshold. The available values, in decreasing order of verbosity, are: @code{verbose}, @code{info}, @code{notice}, @code{warning} and @code{error}.") diff --git a/gnu/services/backup.scm b/gnu/services/backup.scm index 99a79ff5fb..4d8cf167f0 100644 --- a/gnu/services/backup.scm +++ b/gnu/services/backup.scm @@ -129,7 +129,7 @@ values that can be lowered to strings.") (extra-flags (list-of-lowerables '()) "A list of values that are lowered to strings. These will be passed as -command-line arguments to the current job @command{restic backup} invokation.")) +command-line arguments to the current job @command{restic backup} invocation.")) (define list-of-restic-backup-jobs? (list-of restic-backup-job?)) diff --git a/gnu/services/docker.scm b/gnu/services/docker.scm index 3af0f79270..5837784c7f 100644 --- a/gnu/services/docker.scm +++ b/gnu/services/docker.scm @@ -567,7 +567,7 @@ documentation for semantics.") (extra-arguments (list '()) "A list of strings, gexps or file-like objects that will be directly passed -to the @command{docker run} invokation." +to the @command{docker run} invocation." (sanitizer oci-sanitize-extra-arguments))) (define oci-container-configuration->options diff --git a/gnu/services/linux.scm b/gnu/services/linux.scm index e683da6bac..fb089b965f 100644 --- a/gnu/services/linux.scm +++ b/gnu/services/linux.scm @@ -373,7 +373,7 @@ more information)." ;; despite the name of the command-line option (scan? (boolean #t) - "Scan for cachable objects." + "Scan for cacheable objects." (serializer empty-serializer)) ;; sole required field in the configuration file diff --git a/gnu/system/examples/raspberry-pi-64.tmpl b/gnu/system/examples/raspberry-pi-64.tmpl index 414d8ac7a5..971f778cb2 100644 --- a/gnu/system/examples/raspberry-pi-64.tmpl +++ b/gnu/system/examples/raspberry-pi-64.tmpl @@ -7,7 +7,7 @@ ;; UEFI firmware with ACPI data is usually assumed to be existing on PCs. ;; It expects the boot-partition to be mounted as boot/efi in the same way -;; as it is usually expeted on PCs with UEFI firmware. +;; as it is usually expected on PCs with UEFI firmware. (use-modules (gnu) (gnu artwork) |