diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-07-23 09:40:05 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-23 09:42:23 +0200 |
commit | 69b4ffcfbd6096ff80d968b0f1c061c914568a94 (patch) | |
tree | 4dab3b7b6c8ebe5d61ae97123056493b06abbb0e /gnu/packages/linux.scm | |
parent | 4d40227cceedc43b02c93da82149b7e52ac73ff1 (diff) | |
download | guix-69b4ffcfbd6096ff80d968b0f1c061c914568a94.tar guix-69b4ffcfbd6096ff80d968b0f1c061c914568a94.tar.gz |
Fix typos in translatable strings.
Reported by Anders Jonsson <anders.jonsson@norsjovallen.se>.
* gnu/packages/backup.scm, gnu/packages/databases.scm,
gnu/packages/linux.scm, gnu/packages/perl.scm,
gnu/packages/web.scm, guix/scripts/lint.scm,
guix/scripts/publish.scm: Fix typos in translatable strings.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 87810eac2d..65f83b550c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1113,7 +1113,7 @@ transparently through a bridge.") (synopsis "NetLink protocol library suite") (description "The libnl suite is a collection of libraries providing APIs to netlink -protocol based Linux kernel interfaces. Netlink is an IPC mechanism primarly +protocol based Linux kernel interfaces. Netlink is an IPC mechanism primarily between the kernel and user space processes. It was designed to be a more flexible successor to ioctl to provide mainly networking related kernel configuration and monitoring interfaces.") @@ -2112,7 +2112,7 @@ specified in /etc/acpi/events and execute the rules that match the event.") (home-page "http://linux-diag.sourceforge.net/Sysfsutils.html") (synopsis "System utilities based on Linux sysfs") (description - "These are a set of utilites built upon sysfs, a virtual filesystem in + "These are a set of utilities built upon sysfs, a virtual filesystem in Linux kernel versions 2.5+ that exposes a system's device tree. The package also contains the libsysfs library.") ;; The library is under lgpl2.1+ (all files say "or any later version"). @@ -2214,7 +2214,7 @@ protocol in question.") (synopsis "AV/C protocol library for IEEE 1394") (description "Libavc1394 is a programming interface to the AV/C specification from -the 1394 Trade Assocation. AV/C stands for Audio/Video Control.") +the 1394 Trade Association. AV/C stands for Audio/Video Control.") (license lgpl2.1+))) (define-public libiec61883 |