Author: Francois Mazen <francois@mzf.fr>
Description: fix spelling errors
Forwarded: not-needed

--- a/pyalsa/alsaseq.c
+++ b/pyalsa/alsaseq.c
@@ -322,7 +322,7 @@
   "  >>> print event.dest\n"
   "  (0, 0)\n"
   "\n"
-  "For b), you can get the name of the constant by calling the appropiate\n"
+  "For b), you can get the name of the constant by calling the appropriate\n"
   "method (__str__ or __repr__). Example:\n"
   "  >>> print str(event.queue), repr(event.queue)\n"
   "  SEQ_QUEUE_DIRECT SEQ_QUEUE_DIRECT(0xfd)\n"
@@ -892,7 +892,7 @@
   "\n"
   "Tuple representing the send source address of this alsaseq.SeqEvent.\n"
   "The tuple is (client_id, port_id). If the client or port id are known,\n"
-  "the appropiate constant may be used, otherwise integers are expected."
+  "the appropriate constant may be used, otherwise integers are expected."
 );
 
 /** alsaseq.SeqEvent source attribute: tp_getset getter() */
@@ -941,7 +941,7 @@
   "\n"
   "Tuple representing the destination address of this alsaseq.SeqEvent.\n"
   "The tuple is (client_id, port_id). If the client or port id are known,\n"
-  "the appropiate constant may be used, otherwise integers are expected."
+  "the appropriate constant may be used, otherwise integers are expected."
 );
 
 /** alsaseq.SeqEvent dest attribute: tp_getset getter() */
@@ -1845,7 +1845,7 @@
   "from the given dictionary.\n"
   "\n"
   "The dictionary items should be the same as described in the get_data() \n"
-  "method and be the appropiate for this SeqEvent type.\n"
+  "method and be the appropriate for this SeqEvent type.\n"
   "\n"
   "This method does not check if a given structure correspond to is valid \n"
   "for this SeqEvent type; so setting the 'control.param' or the 'ext' \n"
@@ -2106,7 +2106,7 @@
 PyDoc_STRVAR(Sequencer_streams__doc__,
   "streams -> Constant object\n"
   "\n"
-  "The streams of this alsaseq.Sequencer. Posible values:\n"
+  "The streams of this alsaseq.Sequencer. Possible values:\n"
   "alsaseq.SEQ_OPEN_OUTPUT, alsaseq.SEQ_OPEN_INPUT, \n"
   "alsaseq.SEQ_OPEN_DUPLEX.\n"
   "Note: read-only attribute."
@@ -2233,7 +2233,7 @@
   "    name -- name of the port\n"
   "    type -- type of port (use one of the alsaseq.SEQ_PORT_TYPE_*\n"
   "            constants)\n"
-  "    caps -- capabilites of the port (use bitwise alsaseq.SEQ_PORT_CAP_*\n"
+  "    caps -- capabilities of the port (use bitwise alsaseq.SEQ_PORT_CAP_*\n"
   "            constants). Default=0\n"
   "Returns:\n"
   "  the port id.\n"
@@ -2691,7 +2691,7 @@
   "Receive events.\n"
   "\n"
   "Parameters:\n"
-  "  timeout -- (int) time for wating for events in miliseconds\n"
+  "  timeout -- (int) time for wating for events in milliseconds\n"
   "  maxevents -- (int) max events to be returned\n"
   "Returns:\n"
   "  (list) a list of alsaseq.SeqEvent objects\n"
