From a62aa379675a5543f31d99a693e8b88eb3657876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Berland?= Date: Mon, 7 Mar 2011 18:19:30 +0100 Subject: [PATCH] spelling error in outputted text --- examples/cpchop_depthtrend.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cpchop_depthtrend.cpp b/examples/cpchop_depthtrend.cpp index ebcaab7..0498f9d 100644 --- a/examples/cpchop_depthtrend.cpp +++ b/examples/cpchop_depthtrend.cpp @@ -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));