diff options
-rw-r--r-- | gr-digital/lib/symbol_sync_cc_impl.cc | 4 | ||||
-rw-r--r-- | gr-digital/lib/symbol_sync_ff_impl.cc | 4 |
2 files changed, 4 insertions, 4 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); diff --git a/gr-digital/lib/symbol_sync_ff_impl.cc b/gr-digital/lib/symbol_sync_ff_impl.cc index 1df9a437c4..b6aebd5d6c 100644 --- a/gr-digital/lib/symbol_sync_ff_impl.cc +++ b/gr-digital/lib/symbol_sync_ff_impl.cc @@ -113,8 +113,8 @@ symbol_sync_ff_impl::symbol_sync_ff_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); |