guix_mirror_bot pushed a commit to branch master
in repository guix.

commit adc011e18528830ab3ec2706562ebf52d6d274c1
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Mar 1 15:42:06 2026 +0200

    gnu: Fix some spelling errors.
    
    * gnu/packages/admin.scm, gnu/packages/containers.scm,
    gnu/packages/geo.scm, gnu/packages/monitoring.scm,
    gnu/packages/networking.scm, gnu/packages/sdl.scm,
    gnu/packages/shellutils.scm, gnu/packages/specifications.scm,
    gnu/packages/sssd.scm, gnu/packages/statistics.scm,
    gnu/packages/tcl.scm, gnu/packages/telephony.scm, gnu/packages/tex.scm,
    gnu/packages/text-editors.scm, gnu/packages/textutils.scm,
    gnu/packages/tor-browsers.scm: Fix some spelling errors.
    
    Change-Id: Idefb46cfe06869670c7f3b5229c8a39ac17392db
---
 gnu/packages/admin.scm          |  4 ++--
 gnu/packages/containers.scm     |  4 ++--
 gnu/packages/geo.scm            |  6 +++---
 gnu/packages/monitoring.scm     |  4 ++--
 gnu/packages/networking.scm     |  2 +-
 gnu/packages/sdl.scm            |  2 +-
 gnu/packages/shellutils.scm     |  2 +-
 gnu/packages/specifications.scm |  4 ++--
 gnu/packages/sssd.scm           |  2 +-
 gnu/packages/statistics.scm     |  4 ++--
 gnu/packages/tcl.scm            |  2 +-
 gnu/packages/telephony.scm      |  2 +-
 gnu/packages/tex.scm            | 32 ++++++++++++++++----------------
 gnu/packages/text-editors.scm   |  2 +-
 gnu/packages/textutils.scm      |  6 +++---
 gnu/packages/tor-browsers.scm   |  2 +-
 16 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 8a52873069..0b5e27c771 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -352,7 +352,7 @@ characters can be replaced as well, as can UTF-8 
characters.")
       #:install-source? #f
       #:import-path "github.com/hetznercloud/cli/cmd/hcloud"
       #:unpack-path "github.com/hetznercloud/cli"
-      #:test-subdirs #~(list "../../...")))       ;test the whole libary
+      #:test-subdirs #~(list "../../...")))       ;test the whole library
     (native-inputs
      (list go-github-com-burntsushi-toml
            go-github-com-cheggaaa-pb-v3
@@ -7207,5 +7207,5 @@ stored in an SQL database.")
     (home-page "https://github.com/void-linux/void-runit";)
     (synopsis "Simple script to suspend or hibernate your computer")
     (description "Simple script to suspend or hibernate your computer.  It
-suports hooks before and after suspending.")
+supports hooks before and after suspending.")
     (license license:cc0)))
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index 14176c7f3c..53e0a0d697 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -626,7 +626,7 @@ configure network interfaces in Linux containers.")
       ;; network connection
       #~(list "-skip" "TestSuite")
       #:test-subdirs
-      #~(list "../../...")       ;test the whole libary
+      #~(list "../../...")       ;test the whole library
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'prune-tests
@@ -712,7 +712,7 @@ Its main purpose is to support the key usage by 
@code{docker-init}:
     (outputs '("out" "docker"))
     (properties
      `((output-synopsis "docker" "docker alias for podman")
-       ;; XXX: Adressed already.
+       ;; XXX: Addressed already.
        (lint-hidden-cve . ("CVE-2022-2989"))))
     (source
      (origin
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 3578081ee7..39b51cd3c0 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -350,7 +350,7 @@ subdivisions.")
        (sha256
         (base32 "1k1n256hhlh05gjcj64pqh08zlaz6962jkb6nk1aazsgg8p41zs0"))
        (modules '((guix build utils)))
-       ;; Remove bundeled H3 lib.
+       ;; Remove bundled H3 lib.
        (snippet #~(begin (delete-file-recursively "src/h3lib")))))
     (build-system pyproject-build-system)
     (arguments
@@ -2165,7 +2165,7 @@ Unidata/UCAR UDUNITS-2 library, and the cftime calendar 
functionality.")
            go-go-uber-org-zap
            ;; go-gopkg-in-go-playground-colors-v1
 
-           ;; XXX: Inderect dependencies, remove when all direct ones are
+           ;; XXX: Indirect dependencies, remove when all direct ones are
            ;; packaged.
            go-github-com-golang-groupcache ;go.opencensus.io/trace
            go-github-com-spf13-pflag       ;github.com/go-spatial/cobra
@@ -2228,7 +2228,7 @@ delivered to any client.")
               ;; no such file or directory
               "-skip" "TestStateFromTimestamp|TestFromPBF")
       #:test-subdirs
-      #~(list "../../...")  ;test the whole libary
+      #~(list "../../...")  ;test the whole library
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'remove-integration-tests
diff --git a/gnu/packages/monitoring.scm b/gnu/packages/monitoring.scm
index 61d017f1c3..2e74fc1327 100644
--- a/gnu/packages/monitoring.scm
+++ b/gnu/packages/monitoring.scm
@@ -184,7 +184,7 @@
            python-typing-extensions))
     (synopsis "Client library for ActivityWatch")
     (description
-     "This package provides the c]lient library for @code{ActivityWatch}.")))
+     "This package provides the client library for @code{ActivityWatch}.")))
 
 (define-public aw-notify
   (package/inherit aw-core
@@ -781,7 +781,7 @@ HTTP.  Features:
       #:import-path "github.com/AvengeMedia/dgop/cmd/cli"
       #:unpack-path "github.com/AvengeMedia/dgop"
       #:test-subdirs
-      #~(list "../../...") ;test the whole libary
+      #~(list "../../...") ;test the whole library
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'install 'rename-cli
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1847a73276..d2bf99b258 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -5463,7 +5463,7 @@ recording packets that are dropped by the kernel.  It 
provides the commands
       #:install-source? #f
       #:import-path "github.com/openrdap/rdap/cmd/rdap"
       #:unpack-path "github.com/openrdap/rdap"
-      #:test-subdirs #~(list "../../...")))     ;test whole libary, starting 
from import-path
+      #:test-subdirs #~(list "../../...")))     ;test whole library, starting 
from import-path
     (native-inputs
      (list go-github-com-alecthomas-kingpin-v2
            go-github-com-davecgh-go-spew
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 6a7a8e4a87..acd920f1c4 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -117,7 +117,7 @@
      (list libx11
            libcap ; 'libSDL.la' contain `-lcap'.
            ;; TODO: Since building Mesa with Meson it is now necessary that 
Mesa is
-           ;; a propogated input. We still need to figure out why, possibly 
due to a
+           ;; a propagated input. We still need to figure out why, possibly 
due to a
            ;; change in pkg-config.
            mesa))
     (native-inputs (list pkg-config))
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 6d819ff755..f08c3560c4 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -475,7 +475,7 @@ all of the regexes given on the command line in order.")
                              "TestRunnerRun"
                              "TestRunnerRunConfirm")
                        "|"))
-      #:test-subdirs #~(list "../../...")       ;test the whole libary
+      #:test-subdirs #~(list "../../...")       ;test the whole library
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'set-version
diff --git a/gnu/packages/specifications.scm b/gnu/packages/specifications.scm
index 6f7af13561..e3e706ecdb 100644
--- a/gnu/packages/specifications.scm
+++ b/gnu/packages/specifications.scm
@@ -129,7 +129,7 @@ region
     (synopsis "Free IP address to ASN database")
     (description
      "This package provides a collection of IPv6 addresses to
-@acronym{Autonomous system, ASN}, a self-hosted API is availalbe from
+@acronym{Autonomous system, ASN}, a self-hosted API is available from
 @url{https://github.com/jedisct1/iptoasn-webservice}.";)
     ;; It's a TSV plain text file, distributed under Public Domain
     ;; Dedication license
@@ -458,5 +458,5 @@ B1950 positions, proper motions, magnitudes, and, usually, 
spectral types.")
     (synopsis "Comprehensive, language independent Test Suite for YAML")
     (description
      "This package provides data for testing the correctness of YAML processors
-devloped by @url{https://yaml.org/}.";)
+developed by @url{https://yaml.org/}.";)
     (license license:expat)))
diff --git a/gnu/packages/sssd.scm b/gnu/packages/sssd.scm
index f15830233b..4554731b3a 100644
--- a/gnu/packages/sssd.scm
+++ b/gnu/packages/sssd.scm
@@ -311,7 +311,7 @@ fundamental object types for C.")
            pkg-config
            po4a
            softhsm ; for tests
-           `(,util-linux "lib"))) ; for uuid.h, reqired for KCM
+           `(,util-linux "lib"))) ; for uuid.h, required for KCM
     (home-page "https://pagure.io/SSSD/sssd/";)
     (synopsis "System security services daemon")
     (description "SSSD is a system daemon.  Its primary function is to provide
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 83246e72a5..916eb16317 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1603,7 +1603,7 @@ inference for statistical models.")
            swig-4.0))
     (inputs
      (list openblas                ; the only required dependency
-           ;; The dependecies below are all optional.
+           ;; The dependencies below are all optional.
            bonmin
            boost
            cbc ;; Maybe this should be propagated by Bonmin?
@@ -2994,7 +2994,7 @@ genome-wide association studies can be analyzed 
efficiently.")
       (description
        "This is a package to provide infrastructure for managing package 
parameters.
 Parameters are easy to get in relevant functions within a package,
-and rrror is thrown if a parameter is missing.  Developers are able
+and error is thrown if a parameter is missing.  Developers are able
 to register parameters and set their default value in a config file
 that is part of the package in YAML format, and users are able to
 override parameters using their own YAML.  Users get an exception
diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 1b6a38928a..a17d8c3e34 100644
--- a/gnu/packages/tcl.scm
+++ b/gnu/packages/tcl.scm
@@ -292,7 +292,7 @@ interfaces (GUIs) in the Tcl language.")
     ;; From the package README: "... you can redistribute it and/or modify it
     ;; under the same terms as Perl itself, with the exception of all the
     ;; files in the pTk sub-directory which have separate terms derived from
-    ;; those of the orignal Tix4.1.3 or Tk8.4.* sources. See the files
+    ;; those of the original Tix4.1.3 or Tk8.4.* sources. See the files
     ;; pTk/license.terms, pTk/license.html_lib, and pTk/Tix.license for
     ;; details of this license."
     (license license:perl-license)))
diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index dfb4c0ef8b..b883e8a6e3 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -730,7 +730,7 @@ Mumble consists of two applications for separate usage:
            ucommon))
     (synopsis "Softphone for voice over IP and instant messaging")
     (description "Twinkle is a softphone for your voice over IP and instant
-messaging communcations using the SIP protocol.  You can use it for direct
+messaging communications using the SIP protocol.  You can use it for direct
 IP phone to IP phone communication or in a network using a SIP proxy to route
 your calls and messages.")
     (home-page "http://twinkle.dolezel.info/";)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 571c52099a..febcf97ed9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14259,7 +14259,7 @@ as well as several macros for easier math mode usage.")
     (description
      "This package provides Hebrew fonts from the Culmus Project.  Both Type1
 and Open/TrueType versions of the fonts are provided, as well as font
-definition files.  It is recomended to use these fonts with the NHE8 font
+definition files.  It is recommended to use these fonts with the NHE8 font
 encoding, from the @code{hebrew-fonts} package.")
     (license (list license:lppl1.3+ license:gpl2))))
 
@@ -36255,7 +36255,7 @@ School of Graduate Studies (SGS) theses.")
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
     (home-page "https://ctan.org/pkg/ryethesis";)
-    (synopsis "Class for Ryerson Unversity Graduate School requirements")
+    (synopsis "Class for Ryerson University Graduate School requirements")
     (description
      "The class offers support for formatting a thesis, dissertation or
 project according to Ryerson University's School of Graduate Studies thesis
@@ -58298,7 +58298,7 @@ and -editable format;
     (synopsis
      "Draw a variations table of functions and a convexity table of its graph")
     (description
-     "This package offers two environnements, to draw variations table of
+     "This package offers two environments, to draw variations table of
 a function and a convexity table of its graph.")
     (license license:lppl1.3+)))
 
@@ -72331,7 +72331,7 @@ extended features.")
     (synopsis "Insert non-breakable spaces using XeTeX")
     (description
      "The package will directly insert nonbreakable spaces (in Czech, vlna or
-vlnka), after nonsyllabic prepositions and single letter conjuctions, while
+vlnka), after nonsyllabic prepositions and single letter conjunctions, while
 the document is being typeset.")
     (license license:lppl1.3+)))
 
@@ -77461,7 +77461,7 @@ PDF documents.")
     ;;   encodingprober, hunspell, pdfium, singleapp, and synctex
     ;; as at least some of those are packaged by Guix directly.
     ;; Those libraries seem to also have been included in texmaker 5.*, but 
were
-    ;; not isolated in a designated directory and therefor probably not 
noticed.
+    ;; not isolated in a designated directory and therefore probably not 
noticed.
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.xm1math.net/texmaker/texmaker-";
@@ -81033,7 +81033,7 @@ a document in the usual way.")
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
     (home-page "https://ctan.org/pkg/pst-eucl";)
-    (synopsis "Euclidian geometry with PSTricks")
+    (synopsis "Euclidean geometry with PSTricks")
     (description
      "The package allows the drawing of Euclidean geometric figures using TeX
 PSTricks macros for specifying mathematical constraints.  It is thus possible
@@ -83725,7 +83725,7 @@ the journal of the German-speaking TeX User Group.")
      "This package provides a complete working directory for the scientific
 documentation of arbitrary projects.  It was originally developed to provide
 a template for Austrian @emph{Diplomarbeiten} or @emph{Vorwissenschaftliche
-Arbeiten}, which are scientfic projects of students at a secondary school.")
+Arbeiten}, which are scientific projects of students at a secondary school.")
     (license license:lppl1.3+)))
 
 (define-public texlive-etoolbox-de
@@ -98037,7 +98037,7 @@ joint status in symbols of life contingencies.")
           ;; Build process requires an image from "doc/", so we need
           ;; to point to it so it can be found.  Unfortunately, it is
           ;; a JPG file, therefore missing a bounding box.  Add
-          ;; missing informations, too.
+          ;; missing information, too.
           (add-before 'build 'fix-build
             (lambda _
               (substitute* "source/latex/actuarialsymbol/actuarialsymbol.dtx"
@@ -101142,7 +101142,7 @@ dimensions of the @code{minipage} before typesetting 
the @code{minipage}.")
     (description
      "The package allows the user to optimise presentation of LaTeX tables and
 figures.  Boxhandler will lay out table and figure captions with a variety of
-stylistic apperances, and will also allow figures and tables to be wrapped in
+stylistic appearances, and will also allow figures and tables to be wrapped in
 a manner consistent with many business and government documents.  For
 a document that might appear in different venues with different formatting,
 boxhandler permits the creation of a LaTeX source document that can, with
@@ -103091,7 +103091,7 @@ makes use of the current ones.")
 of control sequences, package options, source code examples, and writing
 a package manual (including an index containing the explained control
 sequences, options, ldots).  The bundle also provides several other small
-ideas of mine such as a mechansim for providing abbreviations etc.  Not at
+ideas of mine such as a mechanism for providing abbreviations etc.  Not at
 least it provides a number of programming tools.")
     (license license:lppl1.3+)))
 
@@ -106599,7 +106599,7 @@ the like, making it easier to export the data file 
from MS-Excel/MS-Word")
     (home-page "https://ctan.org/pkg/diabetes-logbook";)
     (synopsis "Logbook for people with type one diabetes")
     (description
-     "Initally a logbook for me, a person with type one diabetes mellitus, this
+     "Initially a logbook for me, a person with type one diabetes mellitus, 
this
 evolved over time into a TeX project, making it prettier and easier to use.
 I've made it simple to use, while not forgoing the document's beauty or the
 speed of input.  The logbook, with slight commenting out and editing, could be
@@ -115290,7 +115290,7 @@ facilities such as the pdfTeX @code{\\pdfelapsedtime} 
primitive.")
     (home-page "https://ctan.org/pkg/intopdf";)
     (synopsis "Embed non-PDF files into PDF with hyperlink")
     (description
-     "The package allows embeding non-PDF files (e.g., BibTeX} into PDF with an
+     "The package allows embedding non-PDF files (e.g., BibTeX} into PDF with 
an
 hyperlink.")
     (license license:lppl1.3c)))
 
@@ -122228,7 +122228,7 @@ presentation slides.")
     (home-page "https://ctan.org/pkg/outlining";)
     (synopsis "Create outlines for scientific documents")
     (description
-     "Every scientifc document requires outlining before it is written.  This
+     "Every scientific document requires outlining before it is written.  This
 package adds simple macros for your LaTeX document.")
     (license license:lppl1.3+)))
 
@@ -122255,7 +122255,7 @@ package adds simple macros for your LaTeX document.")
     (synopsis "Ruby with line break support for Japanese text")
     (description
      "This package provides the @code{\\outoruby} command, which supports line
-breaks when typesetting Ruby anotations.  It automatically switches between
+breaks when typesetting Ruby annotations.  It automatically switches between
 appropriate Ruby forms at the beginning and the end of lines according to JIS
 X 4051 and JLReq.")
     (license license:gpl3)))
@@ -122691,7 +122691,7 @@ pages, and also the possibility to write on lines.")
     (synopsis "Multiple columns with texts in parallel")
     (description
      "The package provides yet another multi-column typesetting mechanism by 
which
-you produce multi-column (e.g., bilingual) document switching and sychronizing
+you produce multi-column (e.g., bilingual) document switching and synchronizing
 each corresponding part in parallel.")
     (license license:lppl)))
 
@@ -131935,7 +131935,7 @@ that contains a list of hierarchically organized 
topics.")
     (build-system texlive-build-system)
     (home-page "https://ctan.org/pkg/tramlines";)
     (synopsis
-     "Creae tramlines (lines above and below a title used by lawyers in the 
UK)")
+     "Create tramlines (lines above and below a title used by lawyers in the 
UK)")
     (description
      "This package automatically creates tramlines (lines above and below a 
title
 used by lawyers in the UK and the Commonwealth).")
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 4147481c18..62e6b8ce9a 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -1448,7 +1448,7 @@ The basic features of Text Pieces are:
 @item Base64 encoding and decoding
 @item SHA-1, SHA-2 and MD5 checksums
 @item Prettify and minify JSON
-@item Covert JSON to YAML and vice versa
+@item Convert JSON to YAML and vice versa
 @item Count lines, symbols and words
 @item Escape and unescape string, URL and HTML
 @item Remove leading and trailing whitespaces
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index a6b0cdb447..65907ee14c 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -960,7 +960,7 @@ categories.")
     ;; - sample2.txt, sample4.txt are in the public domain, by Aristotle.
     ;; - sample6.txt is a forwarded email, copyright unknown.
     ;;   Guix does exclude sample6.txt.
-    ;; - japanese.txt is a Japanese unoffical translation of the
+    ;; - japanese.txt is a Japanese unofficial translation of the
     ;;   GNU General Public License, (c) by the Free Software Foundation.
     ;;   Guix excludes this file.
     (license (list license:gpl3+ license:public-domain))))
@@ -1736,7 +1736,7 @@ of a Unix terminal to HTML code.")
       #:embed-files #~(list ".*\\.gob")
       #:import-path "github.com/errata-ai/vale/cmd/vale"
       #:unpack-path "github.com/errata-ai/vale"
-      ;; Disable tests requring network access: Get
+      ;; Disable tests requiring network access: Get
       ;; 
"https://raw.githubusercontent.com/errata-ai/styles/master/library.json":
       ;; dial tcp: lookup raw.githubusercontent.com on [::1]:53: read udp
       ;; [::1]:52621->[::1]:53: read: connection refused.
@@ -1747,7 +1747,7 @@ of a Unix terminal to HTML code.")
                              "TestSymlinkFixture")
                        "|"))
       #:test-subdirs
-      #~(list "../../...") ; test whole libary, starting from import-path
+      #~(list "../../...") ; test whole library, starting from import-path
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'check 'pre-check
diff --git a/gnu/packages/tor-browsers.scm b/gnu/packages/tor-browsers.scm
index fb6dc6f3c5..03f51dc8da 100644
--- a/gnu/packages/tor-browsers.scm
+++ b/gnu/packages/tor-browsers.scm
@@ -713,7 +713,7 @@ Browser.")
                     ;; Default is 5.
                     (format #t "pref(~s, ~a);~%"
                             "extensions.enabledScopes" "13")
-                    ;; Add-ons pannel (see settings.js in Icecat source).
+                    ;; Add-ons panel (see settings.js in Icecat source).
                     (format #t "pref(~s, ~s);~%"
                             "extensions.getAddons.search.browseURL"
                             "https://gnuzilla.gnu.org/mozzarella";)

Reply via email to