diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2025-02-17 11:10:09 -0800 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2025-02-17 13:35:32 -0800 |
| commit | e81dd8e2c7066cd57556d6b28735b452ce48a66a (patch) | |
| tree | 17f3f4b08d3eada0b329c1c064c983d866e3d9ab /gnu/packages/sugar.scm | |
| parent | 6a1124cf73d2c8fc645d3c6d6ea3b7371074deb7 (diff) | |
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".
Diffstat (limited to 'gnu/packages/sugar.scm')
| -rw-r--r-- | gnu/packages/sugar.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm index 2bf1377b661..5d1bf68650e 100644 --- a/gnu/packages/sugar.scm +++ b/gnu/packages/sugar.scm @@ -723,7 +723,7 @@ import logging (list gettext-minimal)) (home-page "https://github.com/sugarlabs/sugar-commander") (synopsis "Manage your Sugar journal") - (description "Sugar-commander lets you import items from removeable + (description "Sugar-commander lets you import items from removable devices like USB drives and SD cards using a familiar hierarchical view of files on these devices, as opposed to the flattened Journal view that the Sugar Journal gives to these devices. It also enables you to see how much |
