aboutsummaryrefslogtreecommitdiff
path: root/include/seq.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2002-03-12 20:14:33 +0000
committerJaroslav Kysela <perex@perex.cz>2002-03-12 20:14:33 +0000
commit853304bbf4d2513d1236e2091329651fce8aeec8 (patch)
tree6dd1cccf1fcbe1c8d9c5ed88a89e112d17445645 /include/seq.h
parentb559c97833252db4833bdd4a613a4256b2400127 (diff)
Corrections by Kevin Conder <kconder@interaccess.com>
Diffstat (limited to 'include/seq.h')
-rw-r--r--include/seq.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/seq.h b/include/seq.h
index 469cc622..7ab7d7fe 100644
--- a/include/seq.h
+++ b/include/seq.h
@@ -81,7 +81,7 @@ typedef enum _snd_seq_type {
/** known client numbers */
#define SND_SEQ_CLIENT_SYSTEM 0 /**< system client */
#define SND_SEQ_CLIENT_DUMMY 62 /**< dummy ports */
-#define SND_SEQ_CLIENT_OSS 63 /**< oss sequencer emulator */
+#define SND_SEQ_CLIENT_OSS 63 /**< OSS sequencer emulator */
/*
*/
@@ -211,7 +211,7 @@ typedef struct _snd_seq_port_info snd_seq_port_info_t;
/** known port numbers */
#define SND_SEQ_PORT_SYSTEM_TIMER 0 /**< system timer port */
-#define SND_SEQ_PORT_SYSTEM_ANNOUNCE 1 /**< sysem announce port */
+#define SND_SEQ_PORT_SYSTEM_ANNOUNCE 1 /**< system announce port */
/** port capabilities (32 bits) */
#define SND_SEQ_PORT_CAP_READ (1<<0) /**< readable from this port */
@@ -550,7 +550,7 @@ int snd_seq_remove_events(snd_seq_t *handle, snd_seq_remove_events_t *info);
/**
* \defgroup SeqMisc Sequencer Miscellaneous
- * Sequencer Mescellaneous
+ * Sequencer Miscellaneous
* \ingroup Sequencer
* \{
*/