diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2022-11-03 17:32:49 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2022-11-03 18:14:04 -0700 |
commit | bebbf3558f721b2349f42a5870d2cf5a030739bd (patch) | |
tree | ceeb06e213dd028f82077ed1e35fa6188f171c94 /gnu/packages/kodi.scm | |
parent | 8315b70fe4851f8ff26623c317bb9088f19b4511 (diff) |
gnu: Fix various case and whitespace issues in synopsis.
* gnu/packages/kodi.scm (fstrcmp)[synopsis]: Fix case.
* gnu/packages/lisp-xyz.scm (sbcl-cl-form-types)[synopsis]: Fix case.
* gnu/packages/machine-learning.scm (python-torchvision)[synopsis]: Remove
leading whitespace.
* gnu/packages/networking.scm (lcrq)[synopsis]: Fix case.
(lcsync)[synopsis]: Likewise.
* gnu/packages/ruby.scm (ruby-mustache)[synopsis]: Fix case.
Diffstat (limited to 'gnu/packages/kodi.scm')
-rw-r--r-- | gnu/packages/kodi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index fc8c5b124e..402ee221c5 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm @@ -259,7 +259,7 @@ generator library for C++.") (native-inputs (list ghostscript ; ps2pdf groff libtool which)) - (synopsis "fuzzy comparison of strings") + (synopsis "Fuzzy comparison of strings") (description "The fstrcmp project provides a library that is used to make fuzzy comparisons of strings and byte arrays, including multi-byte character strings. |