From: Frank Lichtenheld Date: Sun, 19 Jul 2009 12:46:50 +0000 (+0200) Subject: Packages::Sections: Fix grammatical error in description of 'otherosfs' X-Git-Url: https://git.deb.at/w?a=commitdiff_plain;h=1705d920d593b235711eb3c7f0949c5ae4dcde4f;p=deb%2Fpackages.git Packages::Sections: Fix grammatical error in description of 'otherosfs' --- diff --git a/lib/Packages/Sections.pm b/lib/Packages/Sections.pm index 032c482..aaa5650 100644 --- a/lib/Packages/Sections.pm +++ b/lib/Packages/Sections.pm @@ -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"),