[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 03/04: digital: fix callback typo in corr_e
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 03/04: digital: fix callback typo in corr_est_cc XML |
Date: |
Fri, 11 Dec 2015 20:27:01 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch maint
in repository gnuradio.
commit 11169b55d16c1785c89e03f6cf58b3aa440c68d0
Author: Jared Dulmage <address@hidden>
Date: Fri Dec 11 11:51:15 2015 -0800
digital: fix callback typo in corr_est_cc XML
---
gr-digital/grc/digital_corr_est_cc.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gr-digital/grc/digital_corr_est_cc.xml
b/gr-digital/grc/digital_corr_est_cc.xml
index cb345e9..1a1c449 100644
--- a/gr-digital/grc/digital_corr_est_cc.xml
+++ b/gr-digital/grc/digital_corr_est_cc.xml
@@ -5,7 +5,7 @@
<import>from gnuradio import digital</import>
<make>digital.corr_est_cc($symbols, $sps, $mark_delay, $threshold)</make>
<callback>set_mark_delay($mark_delay)</callback>
- <callback>set_theshold($threshold)</callback>
+ <callback>set_threshold($threshold)</callback>
<param>
<name>Symbols</name>