diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-29 10:16:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-29 10:16:38 +0100 |
commit | d1a8e2b1dcfa3c6ed53863c95f0e82305a1c3607 (patch) | |
tree | b1ed8daca0e5b71e4857f193e87e4408f4d08c00 /doc/examples/audio-volume-control/README | |
parent | info: document functions (diff) | |
download | bus-d1a8e2b1dcfa3c6ed53863c95f0e82305a1c3607.tar.gz bus-d1a8e2b1dcfa3c6ed53863c95f0e82305a1c3607.tar.bz2 bus-d1a8e2b1dcfa3c6ed53863c95f0e82305a1c3607.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/examples/audio-volume-control/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/audio-volume-control/README b/doc/examples/audio-volume-control/README index 96f4690..097befb 100644 --- a/doc/examples/audio-volume-control/README +++ b/doc/examples/audio-volume-control/README @@ -13,7 +13,7 @@ more primitive IPC is sufficient, but lets assume there are other programs interested in this information too. To accomplish this, you create a wrapper for amixer -than broadcasts updates on a bus. This wrapper is +that broadcasts updates on a bus. This wrapper is installed as ~/.local/bin/amixer, and ~/.local/bin/ is included in $PATH before /usr/bin. |