From 8c050f7211e6cf167df15788830d6f44d320779c Mon Sep 17 00:00:00 2001 From: dvs1 Date: Mon, 14 Oct 2024 05:03:07 +1000 Subject: Fix some typos. --- aataaj.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aataaj.lua b/aataaj.lua index 1ddb45d..f8fc341 100755 --- a/aataaj.lua +++ b/aataaj.lua @@ -61,7 +61,7 @@ joysticks. Alas ~/.asoundrc doesn't understand ~ or $HOME, or even "try the current -directory" it seems. So you have to hard cade the path. Make sure your +directory" it seems. So you have to hard code the path. Make sure your ~/.asoundrc or /etc/asoundrc includes something like this - @@ -140,11 +140,11 @@ if 0 ~= #args then print(Help) return(0) else - print("Usage: /etc/init.d/aataajScan.lua {start|stop|restart|force-reload|status}") + print("Usage: /etc/init.d/aataaj.lua {start|stop|restart|force-reload|status}") return(1) end else - print("Usage: /etc/init.d/aataajScan.lua {help|start|stop|restart|force-reload|status|JACK}") + print("Usage: /etc/init.d/aataaj.lua {help|start|stop|restart|force-reload|status|JACK}") return(1) end -- cgit v1.1