Changeset 124


Ignore:
Timestamp:
Jul 30, 2006, 1:01:43 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Fixed spelling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Gnuplot.cc

    r111 r124  
    4444    pipe_=popen(gnuplot_binary_.c_str(),"w");
    4545    if (!pipe_)
    46       throw GnuplotException("Could'nt open connection to gnuplot");
     46      throw GnuplotException("Could not open connection to gnuplot");
    4747  }
    4848
Note: See TracChangeset for help on using the changeset viewer.