Skip to content

Commit 1eebbed

Browse files
authored
Fix a typo in help output
1 parent 142f0e5 commit 1eebbed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spectrogram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ usage_exit (const char * argv0, int error)
952952
" smear the output horizontally and higher values\n"
953953
" improve the temporal definition but decrease the\n"
954954
" distinction between the lowest frequencies.\n"
955-
" --log-freq : Use a logarithmic frquency scale\n"
955+
" --log-freq : Use a logarithmic frequency scale\n"
956956
" --gray-scale : Output gray pixels instead of a heat map\n"
957957
" --kaiser : Use a Kaiser window function (the default)\n"
958958
" --rectangular : Use a rectangular window function\n"

0 commit comments

Comments
 (0)