Commit 7f9f84bd authored by Jesse Mapel's avatar Jesse Mapel
Browse files

PROG: Fixed a typo in commit for XmlTranslationManager input value trimming.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@7397 41f8697f-d340-4b68-9986-7bafba869bb8
parent b3f4ef01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ namespace Isis {
    if (isDebug) {
          cout << endl << "Translating input value: " << inputValue << endl;
        }
    return PvlTranslationTable::Translate(outputName, inputValue.)trimmed();
    return PvlTranslationTable::Translate( outputName, inputValue.trimmed() );
    }
    catch (IException &e){
      QString msg = "Failed to translate output value for [" + outputName + "].";