diff options
author | Mark H Weaver <mhw@netris.org> | 2015-07-19 18:12:34 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-07-19 18:12:34 -0400 |
commit | 1b4e48d498a96d478baa1aae7d9c7ecdbd817d6f (patch) | |
tree | 4b650999e49a6f4d3dd116fab3f9ee8222247e07 /gnu/packages/language.scm | |
parent | aa27987f71cb8afa698ede551e20b1248f160113 (diff) | |
parent | 50c7a1e297bff0935674b4f30e854a8889becfdd (diff) | |
download | guix-1b4e48d498a96d478baa1aae7d9c7ecdbd817d6f.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/language.scm')
-rw-r--r-- | gnu/packages/language.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm index f2f1fbc162..b0fa7aa179 100644 --- a/gnu/packages/language.scm +++ b/gnu/packages/language.scm @@ -372,7 +372,7 @@ stemmer at http://snowball.sourceforge.net.") ("perl-text-unidecode" ,perl-text-unidecode) ("perl-namespace-clean" ,perl-namespace-clean))) (home-page "http://search.cpan.org/dist/String-ToIdentifier-EN") - (synopsis "Convert strings to english program identifiers") + (synopsis "Convert strings to English program identifiers") (description "This module provides a utility method, \"to_identifier\" for converting an arbitrary string into a readable representation using the ASCII subset of \"\\w\" for use as an identifier in a computer program. The intent @@ -395,6 +395,6 @@ string can be easily inferred by a human just by reading the identifier.") (build-system perl-build-system) (home-page "http://search.cpan.org/dist/Text-German") (synopsis "German grundform reduction") - (description "This module is a rather incomplete implementaion of work + (description "This module is a rather incomplete implementation of work done by Gudrun Putze-Meier.") (license (package-license perl)))) |