summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-28 01:23:22 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-28 01:23:22 +0100
commitf1e45902ae09349be8b939ba0bc6765ddf8535e5 (patch)
tree3dcd54994a34260289ff3833d6bfda6ccccce737 /src/lib
parentc3433d59c0d320f0451df18c9cb06bfd5fff40b0 (diff)
Fix typo (thanks Rob).
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc
index 71b48a520..523706dec 100644
--- a/src/lib/util.cc
+++ b/src/lib/util.cc
@@ -530,7 +530,7 @@ short_audio_channel_name (int c)
_("BsL"),
_("BsR"),
_("DBP"),
- _("DBPS"),
+ _("DBS"),
_(""),
_("")
};