diff --git a/include/gnuplot.h b/include/gnuplot.h index cb6cfa4..20cb521 100644 --- a/include/gnuplot.h +++ b/include/gnuplot.h @@ -32,7 +32,7 @@ class GnuplotPipe { if (!pipe) std::cout << "failed!" << std::endl; else - std::cout << "succeded." << std::endl; + std::cout << "succeeded." << std::endl; } inline virtual ~GnuplotPipe(){ if (pipe) pclose(pipe);