Description: fix some syntax errors on README file.
==================================================
--- dtmfdial-0.2.orig/README
+++ dtmfdial-0.2/README
@@ -8,14 +8,14 @@
 dialing and by default sends the signals to the sound card.
 
 It can be used for easy dialing, simply put the telephone
-microphone near the compiter speaker and let the software
+microphone near the computer speaker and let the software
 dial for you.
 
 It is intended for dialing from within data base programs that
 also store telephone numbers.
 
 Usage:
-Usually you just run need to give the phone number
+Usually you just need to give the phone number
 that you wish to dial as an argument.
     dial 555-3456
 
@@ -36,7 +36,7 @@
   --output-dev device		(default /dev/dsp)
 This option can be used also to store raw audio samples to
 a file, or to stdout. Use the file name with the --output-dev
-option, ir a simpe "-" to sent to stdout.
+option, or a simple "-" to send to stdout.
 If the output device is not the sound special file then another
 option should be used to eliminate attempts to set the sound
 driver parameters:
@@ -46,7 +46,7 @@
 It is possible to generate the samples in AFMT_S16_LE format,
 To do that use the option:
   --bits  bits-per-sample  (default 8)
-8 will geneate AFMT_U8 format, 16 will generate AFMT_S16_LE format.
+8 will generate AFMT_U8 format, 16 will generate AFMT_S16_LE format.
 
 It is possible to generate samples in a different sampling rate.
 To do that use the option:
@@ -67,4 +67,4 @@
 To generate a stereo sound use the options --right or
 --left. By default they are 0 and a mono sample is generated.
 If any of these option are 1, a stereo sample will be generated
-and the corrensponding channel will be turned on.
+and the corresponding channel will be turned on.

