diff options
Diffstat (limited to 'gnu/packages/kodi.scm')
-rw-r--r-- | gnu/packages/kodi.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/kodi.scm b/gnu/packages/kodi.scm index 432da7d3d5b..589fb386ab0 100644 --- a/gnu/packages/kodi.scm +++ b/gnu/packages/kodi.scm @@ -268,9 +268,10 @@ generator library for C++.") (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. -This can be useful in error messages, enabling the suggestion of likely valid -alternatives. In compilers, this can reduce the cascade of secondary errors.") +comparisons of strings and byte arrays, including multi-byte character +strings. This can be useful in error messages, enabling the suggestion of +likely valid alternatives. In compilers, this can reduce the cascade of +secondary errors.") (license license:gpl3+))) (define-public kodi |