diff --git a/README b/README index 2255f3d..07adbbd 100644 --- a/README +++ b/README @@ -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 close: CMD rotate: CMD diff --git a/jack_capture.c b/jack_capture.c index 21d6402..d12a569 100644 --- a/jack_capture.c +++ b/jack_capture.c @@ -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 \n" " close: CMD \n" " rotate: CMD \n"