test: fix typos
authorAndrew Elder <aelder@audioscience.com>
Fri, 19 Jul 2013 19:41:26 +0000 (15:41 -0400)
committerAndrew Elder <aelder@audioscience.com>
Fri, 19 Jul 2013 19:42:10 +0000 (15:42 -0400)
test/README.rst
test/avtp_astimes.py

index 9f06862..8156640 100644 (file)
@@ -53,8 +53,6 @@ Fits lines to the a.csv AS presentation sequence and the b.csv presentation time
 sequence. The first 60,000 AS presentation times are used for both lines.
 
 Use the -p option to plot the distrubition of AS time deviations from the fitted line.
-The FFT of the deviations is also plotted if the count option is greater than or equal
-to 32768.
 
 Tested using python 2.6.5.
 
index 633a96d..7e53964 100644 (file)
@@ -33,7 +33,7 @@
 #
 ##############################################################################
 #
-# Extracts AVTP AS timestamps from a libpcap captre file and stores them in
+# Extracts AVTP AS timestamps from a libpcap capture file and stores them in
 # a csv format ascii file.
 #