summaryrefslogtreecommitdiff
path: root/gr-digital/lib/symbol_sync_cc_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/lib/symbol_sync_cc_impl.cc')
-rw-r--r--gr-digital/lib/symbol_sync_cc_impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/lib/symbol_sync_cc_impl.cc b/gr-digital/lib/symbol_sync_cc_impl.cc
index 9a24cfbbf6..4762c5b62f 100644
--- a/gr-digital/lib/symbol_sync_cc_impl.cc
+++ b/gr-digital/lib/symbol_sync_cc_impl.cc
@@ -112,8 +112,8 @@ symbol_sync_cc_impl::symbol_sync_cc_impl(enum ted_type detector_type,
if (d_interps_per_symbol > sps)
GR_LOG_WARN(d_logger,
- boost::format("block performing more interopolations per "
- "symbol (%3f) than input samples per symbol"
+ boost::format("block performing more interpolations per "
+ "symbol (%3f) than input samples per symbol "
"(%3f). Consider reducing osps or "
"increasing sps") %
d_interps_per_symbol % sps);