summaryrefslogtreecommitdiff
path: root/gr-atsc
diff options
context:
space:
mode:
authorA. Maitland Bottoms <bottoms@debian.org>2016-06-20 09:55:57 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2016-06-20 09:55:57 -0700
commit037b34f9de04eec6d31941abff4e53fec83b0fe5 (patch)
treebf6a0cd0eb15f5ec7cb25a454118e05d64d5803e /gr-atsc
parent2a6c82f5c2b719720dc180276c9815287e8a9586 (diff)
Spelling fixes throughout the tree.
Diffstat (limited to 'gr-atsc')
-rw-r--r--gr-atsc/lib/qa_atsci_fake_single_viterbi.cc3
-rw-r--r--gr-atsc/lib/qa_atsci_single_viterbi.cc4
2 files changed, 3 insertions, 4 deletions
diff --git a/gr-atsc/lib/qa_atsci_fake_single_viterbi.cc b/gr-atsc/lib/qa_atsci_fake_single_viterbi.cc
index 5edb5acbb7..8c761986c3 100644
--- a/gr-atsc/lib/qa_atsci_fake_single_viterbi.cc
+++ b/gr-atsc/lib/qa_atsci_fake_single_viterbi.cc
@@ -82,7 +82,7 @@ qa_atsci_fake_single_viterbi::t0 ()
// printf (" Delay is %d.\n", delay);
- srandom (27); // reproducable sequence of "random" values
+ srandom (27); // reproducible sequence of "random" values
for (int nt = 0; nt < NTRIALS; nt++){
@@ -143,4 +143,3 @@ qa_atsci_fake_single_viterbi::t0 ()
CPPUNIT_ASSERT (decoder_errors == 0);
}
-
diff --git a/gr-atsc/lib/qa_atsci_single_viterbi.cc b/gr-atsc/lib/qa_atsci_single_viterbi.cc
index cd5b0451b6..f813666c27 100644
--- a/gr-atsc/lib/qa_atsci_single_viterbi.cc
+++ b/gr-atsc/lib/qa_atsci_single_viterbi.cc
@@ -79,7 +79,7 @@ qa_atsci_single_viterbi::t0 ()
// printf (" Delay is %d.\n", delay);
- srandom (27); // reproducable sequence of "random" values
+ srandom (27); // reproducible sequence of "random" values
for (int nt = 0; nt < NTRIALS; nt++){
@@ -157,7 +157,7 @@ qa_atsci_single_viterbi::t1 ()
// printf (" Delay is %d.\n", delay);
- srandom (1); // reproducable sequence of "random" values
+ srandom (1); // reproducible sequence of "random" values
for (int nt = 0; nt < NTRIALS; nt++){