From e81dd8e2c7066cd57556d6b28735b452ce48a66a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 17 Feb 2025 11:10:09 -0800 Subject: gnu: Fix typos in description and synopsis in various packages. * gnu/packages/crates-database.scm (rust-sqlformat-0.2)[description]: Fix spelling of "formatting". * gnu/packages/emacs-xyz.scm (emacs-arei)[synopsis]: Fix spelling of "Asynchronous". (emacs-ob-racket)[description]: Fix spelling of "support". * gnu/packages/firmware.scm (fcode-utils)[description]: Fix spelling of "utilities". (sgabios)[description]: Fix spelling of "capabilities". * gnu/packages/games.scm (qcheckers)[description]: Fix spelling of "formerly". * gnu/packages/geo.scm (python-ogr2osm)[description]: Fix spelling of "PostgreSQL". * gnu/packages/guile-xyz.scm (guile-ares-rs)[synopsis]: Fix spelling of "Asynchronous". (guile-rsv)[description]: Fix spelling of "Separated". * gnu/packages/julia-xyz.scm (julia-multivariatepolynomials)[description]: Fix spelling of "implementing". * gnu/packages/language.scm (mecab)[description]: Fix spelling of "developed". * gnu/packages/lisp-xyz.scm (sbcl-cl-json-pointer)[description]: Fix spelling of "library". * gnu/packages/machine-learning.scm (ideep-pytorch)[synopsis]: Fix spelling of "internal". * gnu/packages/maths.scm (suitesparse-cholmod)[description]: Fix spelling of "routines". * gnu/packages/ocaml.scm (ocamlc-loc)[description]: Fix spelling of "compiler". * gnu/packages/pdf.scm (capypdf)[description]: Fix spelling of "library". * gnu/packages/ruby.scm ruby-silent-stream)[description]: Fix spelling of "Extensions". (ruby-fileutils)[synopsis]: Fix spelling of "library". * gnu/packages/rust-apps.scm (kibi)[description]: Fix spelling of "highlighting". * gnu/packages/scheme.scm (owl)[description]: Fix spelling of "support". * gnu/packages/statistics.scm (r-mixedpower)[description]: Fix spelling of "separate". * gnu/packages/sugar.scm (sugar-commander-activity)[description]: Fix spelling of "removable". --- gnu/packages/ruby.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/ruby.scm') diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index bbfa5c1b39..b3126de465 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -4122,7 +4122,7 @@ (define-public ruby-silent-stream (build-system ruby-build-system) (synopsis "ActiveSupport stream silencing without ActiveSupport") (description "SilentStream is an extraction of some parts of -ActiveSupport's Kernel Reporting Core Extentions around silencing IO +ActiveSupport's Kernel Reporting Core Extensions around silencing IO streams.") (home-page "https://github.com/pboling/silent_stream") (license license:expat))) @@ -11398,7 +11398,7 @@ (define-public ruby-fileutils ;; triggered in the build environment, for reasons unknown. (("def test_cp_r_dev.*" all) (string-append all " return true\n")))))))) - (synopsis "Ruby utility libray to manipulate files") + (synopsis "Ruby utility library to manipulate files") (description "The FileUtils Ruby library includes Several file utility methods for copying, moving, removing, etc.") (home-page "https://github.com/ruby/fileutils") -- cgit v1.2.3