aboutsummaryrefslogtreecommitdiffstats
path: root/aataaj.lua
diff options
context:
space:
mode:
authordvs12024-10-14 05:03:07 +1000
committerdvs12024-10-14 05:03:07 +1000
commit8c050f7211e6cf167df15788830d6f44d320779c (patch)
tree6063d0f1673159dd87b86dcbf0483a579757a647 /aataaj.lua
parentCommit new combined script with new name. (diff)
downloadJackOnAllDevices-8c050f7211e6cf167df15788830d6f44d320779c.zip
JackOnAllDevices-8c050f7211e6cf167df15788830d6f44d320779c.tar.gz
JackOnAllDevices-8c050f7211e6cf167df15788830d6f44d320779c.tar.bz2
JackOnAllDevices-8c050f7211e6cf167df15788830d6f44d320779c.tar.xz
Fix some typos.
Diffstat (limited to 'aataaj.lua')
-rwxr-xr-xaataaj.lua6
1 files 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.
61 61
62 62
63Alas ~/.asoundrc doesn't understand ~ or $HOME, or even "try the current 63Alas ~/.asoundrc doesn't understand ~ or $HOME, or even "try the current
64directory" it seems. So you have to hard cade the path. Make sure your 64directory" it seems. So you have to hard code the path. Make sure your
65~/.asoundrc or /etc/asoundrc includes something like this - 65~/.asoundrc or /etc/asoundrc includes something like this -
66 66
67</var/lib/aataaj/asoundrc> 67</var/lib/aataaj/asoundrc>
@@ -140,11 +140,11 @@ if 0 ~= #args then
140 print(Help) 140 print(Help)
141 return(0) 141 return(0)
142 else 142 else
143 print("Usage: /etc/init.d/aataajScan.lua {start|stop|restart|force-reload|status}") 143 print("Usage: /etc/init.d/aataaj.lua {start|stop|restart|force-reload|status}")
144 return(1) 144 return(1)
145 end 145 end
146else 146else
147 print("Usage: /etc/init.d/aataajScan.lua {help|start|stop|restart|force-reload|status|JACK}") 147 print("Usage: /etc/init.d/aataaj.lua {help|start|stop|restart|force-reload|status|JACK}")
148 return(1) 148 return(1)
149end 149end
150 150