From 1179b53b80166a3d6cfe203e127cf4ca0721a803 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Fri, 1 Jun 2012 22:17:10 +0100 Subject: [PATCH] tcElevationOptimization: fix typo s/write/read/ --- geo/tcElevationOptimization.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geo/tcElevationOptimization.cpp b/geo/tcElevationOptimization.cpp index 5c9f213..4c9149d 100644 --- a/geo/tcElevationOptimization.cpp +++ b/geo/tcElevationOptimization.cpp @@ -1127,7 +1127,7 @@ void tcElevationOptimization::loadSnapShots() if (!m_snapshotReadFile.isEmpty()) { - // Open the file ready to write the data + // Open the file ready to read the data QFile file(m_snapshotReadFile); if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) { -- 2.11.4.GIT