Merge pull request #348 from jonathanhacker/master

fix typo
master
karl 6 years ago committed by GitHub
commit 3fbf890eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cava.c
  2. 2
      example_files/config

@ -580,7 +580,7 @@ as of 0.4.0 all options are specified in config file, see in '/home/username/.co
printf("could not open file %s for writing\n", p.raw_target); printf("could not open file %s for writing\n", p.raw_target);
exit(1); exit(1);
} }
printf("open file %s for writing raw ouput\n", p.raw_target); printf("open file %s for writing raw output\n", p.raw_target);
// width must be hardcoded for raw output. // width must be hardcoded for raw output.
width = 256; width = 256;

@ -76,7 +76,7 @@
[output] [output]
# Ouput method. Can be 'ncurses', 'noncurses' or 'raw'. # Output method. Can be 'ncurses', 'noncurses' or 'raw'.
# 'noncurses' is for systems that does not suport ncurses. # 'noncurses' is for systems that does not suport ncurses.
# 'raw' is an 8 or 16 bit (configurable via the 'bit_format' option) data # 'raw' is an 8 or 16 bit (configurable via the 'bit_format' option) data
# stream of the bar heights that can be used to send to other applications. # stream of the bar heights that can be used to send to other applications.

Loading…
Cancel
Save