summaryrefslogtreecommitdiffstats
path: root/src/MuxElements.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MuxElements.cpp')
-rw-r--r--src/MuxElements.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MuxElements.cpp b/src/MuxElements.cpp
index 6ecee76..2f45651 100644
--- a/src/MuxElements.cpp
+++ b/src/MuxElements.cpp
@@ -234,7 +234,7 @@ void DabComponent::set_parameter(const string& parameter,
boost::split(fields, value, boost::is_any_of(","));
if (fields.size() != 2) {
throw ParameterError("Parameter 'label' must have format"
- " 'label,shortlabel'");
+ " 'label,shortlabel'");
}
int success = this->label.setLabel(fields[0], fields[1]);
stringstream ss;