Correct spelling mistake in volume-control

This commit is contained in:
Amar Sood 2022-07-13 18:16:15 -04:00 committed by GitHub
parent d0c05077ec
commit 0d17fad43e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
(defcommand volume-up () ()
(run-shell-command (format nil "amixer ~asset Master playback 2db+"
(translate-device-to-option *sound-card*)))
(message "Audio bit lowder."))
(message "Audio bit louder."))
(defcommand volume-down () ()
(run-shell-command (format nil "amixer ~asset Master playback 2db-"