Branch: r14.0.x

a0c71e6a 2015-03-04 22:37:46 Slávek Banko
Fix incorrectly renamed strings
(cherry picked from commit b8ecabbc8f7d34e772ef40c4705a54aaf733cf8e)
M src/knemod/signalplotter.cpp
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 @@
 
   /* 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)