diff options
author | Andreas Cadhalpun <[email protected]> | 2015-06-14 20:28:28 +0200 |
---|---|---|
committer | Andreas Cadhalpun <[email protected]> | 2015-06-19 20:31:44 +0200 |
commit | 620197d1ffea20e9168372c354438f1c1e926ecd (patch) | |
tree | 2a7dd300dbf7be86653d092967d2e4454eddf2eb /libavdevice/alsa_enc.c | |
parent | 73e7fe8e648a9d666338691fd30c6c080ee808b1 (diff) |
doc: avoid incorrect phrase 'allows to'n2.7.1
Also fix typo found by Lou Logan:
Sacrifying -> Sacrificing
Reviewed-by: Lou Logan <[email protected]>
Signed-off-by: Andreas Cadhalpun <[email protected]>
(cherry picked from commit 28efeb6502df37c99ccf18575d2552381d83a877)
Signed-off-by: Andreas Cadhalpun <[email protected]>
Diffstat (limited to 'libavdevice/alsa_enc.c')
-rw-r--r-- | libavdevice/alsa_enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/alsa_enc.c b/libavdevice/alsa_enc.c index fb428f0623..10289a91a3 100644 --- a/libavdevice/alsa_enc.c +++ b/libavdevice/alsa_enc.c @@ -26,7 +26,7 @@ * @author Luca Abeni ( lucabe72 email it ) * @author Benoit Fouet ( benoit fouet free fr ) * - * This avdevice encoder allows to play audio to an ALSA (Advanced Linux + * This avdevice encoder can play audio to an ALSA (Advanced Linux * Sound Architecture) device. * * The filename parameter is the name of an ALSA PCM device capable of |