Skip to content

Commit 417dafc

Browse files
committed
Fix typo
1 parent 31fd259 commit 417dafc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plotter/Plotter.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ class Plotter
180180
// Set Colors for multivariable graphs
181181
bool SetColor( int index, const char * colorA, const char * colorB );
182182
bool SetColor( int index, const char * colorA, const char * colorB, const char * colorC );
183-
bool SetColor( int index, const char * colorA, const char * colroB, const char * colorC,
183+
bool SetColor( int index, const char * colorA, const char * colorB, const char * colorC,
184184
const char * colorD );
185-
bool SetColor( int index, const char * colorA, const char * colroB, const char * colorC,
185+
bool SetColor( int index, const char * colorA, const char * colorB, const char * colorC,
186186
const char * colorD, const char * colorE );
187-
bool SetColor( int index, const char * colorA, const char * colroB, const char * colorC,
187+
bool SetColor( int index, const char * colorA, const char * colorB, const char * colorC,
188188
const char * colorD, const char * colorE, const char * colorF );
189189

190190
// Destructor for Plotter class

0 commit comments

Comments
 (0)