From a0c71e6a537df15195ea00638dce0de0f435dfe8 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Thu, 5 Mar 2015 05:03:15 +0100 Subject: Fix incorrectly renamed strings (cherry picked from commit b8ecabbc8f7d34e772ef40c4705a54aaf733cf8e) --- src/knemod/signalplotter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/knemod/signalplotter.cpp b/src/knemod/signalplotter.cpp index 51a5b22..3fa4983 100644 --- a/src/knemod/signalplotter.cpp +++ b/src/knemod/signalplotter.cpp @@ -160,7 +160,7 @@ void SignalPlotter::addSample( const TQValueList& sampleBuf ) /* If the vertical lines are scrolling, increment the offset * so they move with the data. The vOffset / hScale confusion - * is because v refers toQt::Vertical Lines, and h to the horizontal + * is because v refers to Vertical Lines, and h to the horizontal * distance between the vertical lines. */ if ( mVerticalLinesScroll ) { mVerticalLinesOffset = ( mVerticalLinesOffset + mHorizontalScale) -- cgit v1.2.3