diff options
author | Taylor Holberton <taylorcholberton@gmail.com> | 2016-10-02 11:17:15 -0400 |
---|---|---|
committer | Taylor Holberton <taylorcholberton@gmail.com> | 2016-10-02 11:17:15 -0400 |
commit | d60ba43115107c54ad2755bde8cd118554212cca (patch) | |
tree | 7b906c47ba9cf25dd3bc815b5e07f063972f9343 /utils | |
parent | e740fee3ea7e696ead6065066cdaa8ce2a3eae1f (diff) |
corrected typo
Diffstat (limited to 'utils')
-rw-r--r-- | utils/tinycap.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/tinycap.1 b/utils/tinycap.1 index 7837bb6..27c4299 100644 --- a/utils/tinycap.1 +++ b/utils/tinycap.1 @@ -52,15 +52,15 @@ When capturing audio, SIGINT will stop the recording and close the file. .TP \fBtinycap output.wav\fR -Records a file called output.wav until an interupt signal is caught. +Records a file called output.wav until an interrupt signal is caught. .TP \fBtinycap output.wav -D 1 -t 2 -Records a file called output.wav from card 1 for two seconds or until an interupt signal is caught. +Records a file called output.wav from card 1 for two seconds or until an interrupt signal is caught. .TP \fBtinycap -- -t 3 -Records to standard output for three seconds or until an interupt signal is caught. +Records to standard output for three seconds or until an interrupt signal is caught. .SH BUGS |