From 64b065c3678b770286c04b99daa09acf196f32df Mon Sep 17 00:00:00 2001 From: Andrew Elder Date: Fri, 19 Jul 2013 15:41:26 -0400 Subject: [PATCH] test: fix typos --- test/README.rst | 2 -- test/avtp_astimes.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test/README.rst b/test/README.rst index 9f06862..8156640 100644 --- a/test/README.rst +++ b/test/README.rst @@ -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. diff --git a/test/avtp_astimes.py b/test/avtp_astimes.py index 633a96d..7e53964 100644 --- a/test/avtp_astimes.py +++ b/test/avtp_astimes.py @@ -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. # -- 2.7.4