Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Additional arguments:
All hook options take a full-path to an executable as argument.
The commands are executed in a fire-and-forget style upon internal events.
All output of the hooks is discarded.
Paramaters passed to the hook-scripts:
Parameters passed to the hook-scripts:
open: CMD <filename>
close: CMD <filename> <xrun-count> <io-error-count>
rotate: CMD <filename> <xrun-count> <io-error-count> <new-filename> <seq-number>
Expand Down
2 changes: 1 addition & 1 deletion jack_capture.c
Original file line number Diff line number Diff line change
Expand Up @@ -2250,7 +2250,7 @@ static const char *advanced_help =
" All hook options take a full-path to an executable as argument.\n"
" The commands are executed in a fire-and-forget style upon internal events.\n"
" All output of the hooks is discarded.\n"
" Paramaters passed to the hook-scripts:\n"
" Parameters passed to the hook-scripts:\n"
" open: CMD <filename>\n"
" close: CMD <filename> <xrun-count> <io-error-count>\n"
" rotate: CMD <filename> <xrun-count> <io-error-count> <new-filename> <seq-number>\n"
Expand Down