]> git.deb.at Git - deb/packages.git/commitdiff
Packages::Sections: Fix grammatical error in description of 'otherosfs'
authorFrank Lichtenheld <frank@lichtenheld.de>
Sun, 19 Jul 2009 12:46:50 +0000 (14:46 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Tue, 27 Oct 2009 21:40:45 +0000 (22:40 +0100)
lib/Packages/Sections.pm

index 032c48271cc3404958243810a9ee609869a30f69..aaa5650ab2ed4612c079439ff09d066cb15a37a4 100644 (file)
@@ -80,7 +80,7 @@ our %sections_descs = (
                      ocaml     => [ N_("OCaml"),
                                     N_("Everything about OCaml, an ML language implementation.") ],
                      otherosfs => [ N_("Other OS\'s and file systems"),
-                                    N_("Software to run programs compiled for other operating system, and to use their filesystems.") ],
+                                    N_("Software to run programs compiled for other operating systems, and to use their filesystems.") ],
                      perl      => [ N_("Perl"),
                                     N_("Everything about Perl, an interpreted scripting language.") ],
                      php       => [ N_("PHP"),