Description: spell network
Author: A. Maitland Bottoms <bottoms@debian.org>

--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
 
 Gqrx can operate as a traditional AM/FM/SSB receiver with audio output or as an
 FFT-only instrument. There are also various hooks for interacting with external
-application using nertwork sockets.
+application using network sockets.
 
 
 Download
--- a/src/dsp/rx_filter.cpp
+++ b/src/dsp/rx_filter.cpp
@@ -90,7 +90,7 @@
                                                    d_trans_width);
 
 #ifndef QT_NO_DEBUG_OUTPUT
-    std::cout << "Genrating taps for new filter   LO:" << d_low
+    std::cout << "Generating taps for new filter   LO:" << d_low
               << "   HI:" << d_high << " TW:" << d_trans_width
               << "   Taps: " << d_taps.size() << std::endl;
 #endif
--- a/src/dsp/rds/tmc_events.h
+++ b/src/dsp/rds/tmc_events.h
@@ -891,7 +891,7 @@
 	{"857","(Q) obstruction(s) on roadway {something that does block the road or part of it}","901","0"},
 	{"858","(Q) obstructions on the road. Danger","902","0"},
 	{"859","(Q) obstructions on the road. Passable with care","981","0"},
-	{"860","(Q) object(s) on roadway {something that does not neccessarily block the road or part of it} ","61","0"},
+	{"860","(Q) object(s) on roadway {something that does not necessarily block the road or part of it} ","61","0"},
 	{"861","(Q) object(s) on the road. Danger","63","0"},
 	{"862","(Q) shed load(s)","210","0"},
 	{"863","(Q) shed load(s). Danger","359","0"},
--- a/resources/news.txt
+++ b/resources/news.txt
@@ -56,7 +56,7 @@
      FIXED: Use correct main category in desktop entry file.
   IMPROVED: Support up to 1M point FFT.
   IMPROVED: Fractional PPM correction.
-  IMPROVED: AGC peformance.
+  IMPROVED: AGC performance.
   IMPROVED: FFT performance.
   IMPROVED: Right click on frequency digit to clear digits.
   IMPROVED: Robustness against malformed remote control commands.
