Skip to content

Commit 3a1627a

Browse files
authored
Fixed a typo
succeded -> succeeded
1 parent cee9329 commit 3a1627a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/gnuplot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class GnuplotPipe {
3232
if (!pipe)
3333
std::cout << "failed!" << std::endl;
3434
else
35-
std::cout << "succeded." << std::endl;
35+
std::cout << "succeeded." << std::endl;
3636
}
3737
inline virtual ~GnuplotPipe(){
3838
if (pipe) pclose(pipe);

0 commit comments

Comments
 (0)