Fix user-facing typos (mainly in descriptions)
This commit is contained in:
committed by
Peter Simons
parent
ab5e2b46ab
commit
56692eec7c
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
homepage = http://gdome2.cs.unibo.it/;
|
||||
description = "DOM C library developped for the Gnome project";
|
||||
description = "DOM C library developed for the Gnome project";
|
||||
license = stdenv.lib.licenses.lgpl21Plus;
|
||||
maintainers = [ stdenv.lib.maintainers.roconnor ];
|
||||
broken = true;
|
||||
|
||||
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
Main features:
|
||||
|
||||
* Extended support for language peculiarities; Unicode character encoding, compounding and complex morphology.
|
||||
* Improved suggestion using n-gram similarity, rule and dictionary based pronounciation data.
|
||||
* Improved suggestion using n-gram similarity, rule and dictionary based pronunciation data.
|
||||
* Morphological analysis, stemming and generation.
|
||||
* Hunspell is based on MySpell and works also with MySpell dictionaries.
|
||||
* C++ library under GPL/LGPL/MPL tri-license.
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A library for OS-independent CD-ROM and CD image access";
|
||||
longDescription = ''
|
||||
GNU libcdio is a library for OS-idependent CD-ROM and
|
||||
GNU libcdio is a library for OS-independent CD-ROM and
|
||||
CD image access. It includes a library for working with
|
||||
ISO-9660 filesystems (libiso9660), as well as utility
|
||||
programs such as an audio CD player and an extractor.
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "A library for OS-independent CD-ROM and CD image access";
|
||||
longDescription = ''
|
||||
GNU libcdio is a library for OS-idependent CD-ROM and
|
||||
GNU libcdio is a library for OS-independent CD-ROM and
|
||||
CD image access. It includes a library for working with
|
||||
ISO-9660 filesystems (libiso9660), as well as utility
|
||||
programs such as an audio CD player and an extractor.
|
||||
|
||||
@@ -38,7 +38,7 @@ stdenv.mkDerivation (rec {
|
||||
reedit those lines, and perform csh-like history expansion on
|
||||
previous commands.
|
||||
|
||||
The history facilites are also placed into a separate library,
|
||||
The history facilities are also placed into a separate library,
|
||||
the History library, as part of the build process. The History
|
||||
library may be used without Readline in applications which
|
||||
desire its capabilities.
|
||||
|
||||
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
reedit those lines, and perform csh-like history expansion on
|
||||
previous commands.
|
||||
|
||||
The history facilites are also placed into a separate library,
|
||||
The history facilities are also placed into a separate library,
|
||||
the History library, as part of the build process. The History
|
||||
library may be used without Readline in applications which
|
||||
desire its capabilities.
|
||||
|
||||
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
provides a platform independent framework for using packages of Scheme
|
||||
procedures and syntax. As distributed, SLIB contains useful packages
|
||||
for all Scheme implementations. Its catalog can be transparently
|
||||
extended to accomodate packages specific to a site, implementation,
|
||||
extended to accommodate packages specific to a site, implementation,
|
||||
user, or directory.
|
||||
|
||||
SLIB supports Bigloo, Chez, ELK 3.0, Gambit 4.0, Guile, JScheme, Kawa,
|
||||
|
||||
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
migrated their SunRPC library to a TI-RPC (Transport Independent
|
||||
RPC) implementation. This implementation allows the support of
|
||||
other transports than UDP and TCP over IPv4. FreeBSD provides a
|
||||
TI-RPC library ported from NetBSD with improvments. This library
|
||||
TI-RPC library ported from NetBSD with improvements. This library
|
||||
already supports IPv6. So, the FreeBSD release 5.2.1 TI-RPC has
|
||||
been ported to replace the SunRPC of the glibc.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user