diff options
author | dvs1 | 2024-10-14 05:03:07 +1000 |
---|---|---|
committer | dvs1 | 2024-10-14 05:03:07 +1000 |
commit | 8c050f7211e6cf167df15788830d6f44d320779c (patch) | |
tree | 6063d0f1673159dd87b86dcbf0483a579757a647 | |
parent | Commit new combined script with new name. (diff) | |
download | JackOnAllDevices-8c050f7211e6cf167df15788830d6f44d320779c.zip JackOnAllDevices-8c050f7211e6cf167df15788830d6f44d320779c.tar.gz JackOnAllDevices-8c050f7211e6cf167df15788830d6f44d320779c.tar.bz2 JackOnAllDevices-8c050f7211e6cf167df15788830d6f44d320779c.tar.xz |
Fix some typos.
-rwxr-xr-x | aataaj.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -61,7 +61,7 @@ joysticks. | |||
61 | 61 | ||
62 | 62 | ||
63 | Alas ~/.asoundrc doesn't understand ~ or $HOME, or even "try the current | 63 | Alas ~/.asoundrc doesn't understand ~ or $HOME, or even "try the current |
64 | directory" it seems. So you have to hard cade the path. Make sure your | 64 | directory" 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 |
146 | else | 146 | else |
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) |
149 | end | 149 | end |
150 | 150 | ||