1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Author: Jonas Genannt <jonas.genannt@capi2name.de>
Description: Fix spelling in manpage
Forwarded: yes
Bug: https://rt.cpan.org/Ticket/Display.html?id=81406
diff --git a/Mixer.pm b/Mixer.pm
index bca6d56..4fcd5f8 100644
--- a/Mixer.pm
+++ b/Mixer.pm
@@ -102,7 +102,7 @@ Audio::Mixer - Perl extension for Sound Mixer control
Library to query / set various sound mixer parameters.
-This is just a very simple Perl interface which allows to
+This is just a very simple Perl interface which allows one to
set various sound mixer parameters. The most important
probably 'vol' (volume). The list of all mixer parameters
can be obtained using get_mixer_params() function.
diff --git a/README b/README
index e0d6d51..cd6cdfb 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@
Library to query / set various sound mixer parameters.
- This is just a very simple Perl interface which allows to
+ This is just a very simple Perl interface which allows one to
set various sound mixer parameters. The most important
probably 'vol' (volume). The list of all mixer parameters
can be obtained using get_mixer_params() function.
|