fixed a really small typo

This commit is contained in:
felixmoeller 2010-03-11 11:42:55 +00:00
parent 1660f62fe3
commit 1037232823
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class WGraph extends Div implements IdSpace {
private boolean m_renderChart = true; private boolean m_renderChart = true;
/** Zero/Zero Coordibate point */ /** Zero/Zero Coordinate point */
private Point m_point0_0 = null; private Point m_point0_0 = null;
/** Logger */ /** Logger */