Fix: minor typo mistake.

This commit is contained in:
trifonnt 2009-02-04 23:40:40 +00:00
parent 7ca9882951
commit a2bc7f9f46
1 changed files with 2 additions and 2 deletions

View File

@ -206,7 +206,7 @@ public class Splash extends Frame
}
/** The Image */
private Image m_image = null;
/* The Dimansion */
/* The Dimension */
private Dimension m_dim = null;
/**
@ -265,7 +265,7 @@ public class Splash extends Frame
/** The image */
private Image m_image = null;
/** The dimansion */
/** The dimension */
private Dimension m_dim = null;
/**