diff --git a/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/TreeNode.java b/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/TreeNode.java index 06d41f764..4be1752e4 100644 --- a/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/TreeNode.java +++ b/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/TreeNode.java @@ -38,15 +38,15 @@ import com.opensymphony.xwork2.util.ValueStack; * Renders a tree node within a tree widget with AJAX support.

* * Either of the following combinations should be used depending on if the tree - * is to be constrcted dynamically or statically.

+ * is to be constructed dynamically or statically.

* - * Dynamically + * Dynamically: *

* - * Statically + * Statically: *