Skip to content

Commit

Permalink
Fixed simple typo in gwt config
Browse files Browse the repository at this point in the history
  • Loading branch information
loadstar81 committed Jul 8, 2013
1 parent 18ce94f commit 35ef4d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class GwtApplicationConfiguration {
public Panel rootPanel;
/** the id of a canvas element to be used as the drawing area, can be null in which case a Panel and Canvas are added to the
* body element of the DOM **/
public String canavsId;
public String canvasId;
/** a TextArea to log messages to, can be null in which case a TextArea will be added to the body element of the DOM. */
public TextArea log;
/** whether to use debugging mode for OpenGL calls. Errors will result in a RuntimeException being thrown. */
Expand Down

0 comments on commit 35ef4d3

Please sign in to comment.