summaryrefslogtreecommitdiff
path: root/Documentation/sound/alsa/seq_oss.html
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2013-03-17 02:57:28 +0900
committerTakashi Iwai <tiwai@suse.de>2013-03-17 10:12:13 +0100
commit9ad477a1453be32da4a6f068cc08f9353e224be2 (patch)
treea4fc1d3322334c0387712c7ba5eb518179b3115e /Documentation/sound/alsa/seq_oss.html
parent6d3073e124e1a6138b929479301d3a7ecde00f27 (diff)
ALSA: documentation: Fix typo in Documentation/sound
Correct spelling typos in Documentation/sound/alsa Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound/alsa/seq_oss.html')
-rw-r--r--Documentation/sound/alsa/seq_oss.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sound/alsa/seq_oss.html b/Documentation/sound/alsa/seq_oss.html
index d9776cf60c07..9663b45f6fde 100644
--- a/Documentation/sound/alsa/seq_oss.html
+++ b/Documentation/sound/alsa/seq_oss.html
@@ -285,7 +285,7 @@ sample data.
<H4>
7.2.4 Close Callback</H4>
The <TT>close</TT> callback is called when this device is closed by the
-applicaion. If any private data was allocated in open callback, it must
+application. If any private data was allocated in open callback, it must
be released in the close callback. The deletion of ALSA port should be
done here, too. This callback must not be NULL.
<H4>