spelling error in outputted text

This commit is contained in:
Håvard Berland 2011-03-07 18:19:30 +01:00 committed by Havard Berland
parent 915af2d5d2
commit a62aa37967

View File

@ -168,7 +168,7 @@ int main(int argc, char** argv)
std::stringstream outputtmp;
outputtmp << "################################################################################################" << std::endl;
outputtmp << "# Results from depth thrend analysis on subsamples" << std::endl;
outputtmp << "# Results from depth trend analysis on subsamples" << std::endl;
outputtmp << "#" << std::endl;
time_t now = time(NULL);
outputtmp << "# Finished: " << asctime(localtime(&now));