summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2026-04-19 11:42:53 +0300
committerEfraim Flashner <efraim@flashner.co.il>2026-04-19 11:42:53 +0300
commit30442f49a581447285bd6f050acec6a9b677f3ad (patch)
tree298e25e1297ab14282b78722e685fff3b03bb388 /gnu/packages/python-crypto.scm
parent2afe7fe09e262aea2d1b9d5bb61c08f7830b55ca (diff)
gnu: Fix some spelling errors.
* gnu/packages/ocaml.scm, gnu/packages/orange.scm, gnu/packages/package-management.scm, gnu/packages/password-utils.scm, gnu/packages/pdf.scm, gnu/packages/perl6.scm, gnu/packages/php.scm, gnu/packages/power.scm, gnu/packages/prometheus.scm, gnu/packages/protobuf.scm, gnu/packages/python-check.scm, gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm, gnu/packages/python-science.scm, gnu/packages/python-web.scm, gnu/packages/python-xyz.scm, gnu/packages/qt.scm, gnu/packages/racket.scm, gnu/packages/radio.scm, gnu/packages/rdf.scm, gnu/packages/rocm.scm, gnu/packages/rpc.scm, gnu/packages/ruby-xyz.scm, gnu/packages/rust-apps.scm, gnu/packages/rust-crates.scm, gnu/packages/rust.scm, gnu/packages/telephony.scm, gnu/packages/terminals.scm: Fix some spelling errors. Change-Id: Iac58897304e471f42ecfbaa3a750ff10ee734ca6
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index f50ae66f40b..09b38659e74 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -263,7 +263,7 @@ Python interface around SSH networking concepts.")
263 (build-system pyproject-build-system) 263 (build-system pyproject-build-system)
264 (arguments 264 (arguments
265 (list 265 (list
266 ;; Test failes with error: AssertionError: KeyboardInterrupt not raised. 266 ;; Test fails with error: AssertionError: KeyboardInterrupt not raised.
267 #:test-flags #~(list "-k" "not test_multithreading_with_interrupts"))) 267 #:test-flags #~(list "-k" "not test_multithreading_with_interrupts")))
268 (native-inputs 268 (native-inputs
269 (list openssl 269 (list openssl
@@ -1840,7 +1840,7 @@ interacting with a U2F device over USB.")
1840 (synopsis "Stateless OpenPGP Command-Line Interface") 1840 (synopsis "Stateless OpenPGP Command-Line Interface")
1841 (description 1841 (description
1842 "The Stateless OpenPGP Command-Line Interface (or sop) is a 1842 "The Stateless OpenPGP Command-Line Interface (or sop) is a
1843specification that encourages OpenPGP implementors to provide a common, 1843specification that encourages OpenPGP implementers to provide a common,
1844relatively simple command-line API for purposes of object security. 1844relatively simple command-line API for purposes of object security.
1845 1845
1846This Python module helps implementers build such a CLI from any implementation 1846This Python module helps implementers build such a CLI from any implementation