alsa-lib: minor typo in pcm doc

Added a missing 'f' in the word 'diferent'

Signed-off-by: Olivier Langlois <olivier@trillion01.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Olivier Langlois 2014-01-05 23:12:44 -05:00 committed by Jaroslav Kysela
parent 670e228c69
commit 3baf1bee84

View file

@ -105,7 +105,7 @@ The poll or select functions (see 'man 2 poll' or 'man 2 select' for further
details) allows to receive requests/events from the device while details) allows to receive requests/events from the device while
an application is waiting on events from other sources (like keyboard, screen, an application is waiting on events from other sources (like keyboard, screen,
network etc.), too. \ref snd_pcm_poll_descriptors can be used to get file network etc.), too. \ref snd_pcm_poll_descriptors can be used to get file
descriptors to poll or select on (note that wait direction might be diferent descriptors to poll or select on (note that wait direction might be different
than expected - do not use only returned file descriptors, but handle than expected - do not use only returned file descriptors, but handle
events member as well - see \ref snd_pcm_poll_descriptors function events member as well - see \ref snd_pcm_poll_descriptors function
description for more details and \ref snd_pcm_poll_descriptors_revents for description for more details and \ref snd_pcm_poll_descriptors_revents for