Skip to content

Commit fff14d5

Browse files
committed
[bxmctools] Fix typos
1 parent 9baba3b commit fff14d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/bxmctools/src/signal/signal_shape_builder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ namespace mctools {
397397
DT_THROW_IF(key_.empty() ||
398398
boost::algorithm::starts_with(key_, reference_functor_prefix()),
399399
std::logic_error,
400-
"Invalid siganl shape key '" << key_ << "'!");
400+
"Invalid signal shape key '" << key_ << "'!");
401401
DT_THROW_IF(has_functor(key_), std::logic_error,
402402
"A functor with key '" << key_ << "' already exists!");
403403
mygsl::unary_function_handle_type fh;

0 commit comments

Comments
 (0)