Skip to content

Commit

Permalink
Fix spelling (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Jan 13, 2025
1 parent 7ade08d commit 1a0917c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maven2-archetypes/myfaces-archetype-jsfcomponents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
<artifactId>myfaces-archetype-jsfcomponents</artifactId>
<packaging>jar</packaging>
<name>JSF Component Library Archetype</name>
<description>Archetype to create a libary project of JSF components</description>
<description>Archetype to create a library project of JSF components</description>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
<artifactId>myfaces-archetype-jsfcomponents20</artifactId>
<packaging>jar</packaging>
<name>JSF Component Library Archetype For JSF 2.0</name>
<description>Archetype to create a libary project of JSF 2.0 components </description>
<description>Archetype to create a library project of JSF 2.0 components </description>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
/**
* Indicate if it should be generated a method like
* isSetXXX, used when it is necessary to check if a boolean type
* property was set programatically (using setXXX method) or not.
* property was set programmatically (using setXXX method) or not.
*
* If there is no generation of component class this property
* has any effect.
Expand Down

0 comments on commit 1a0917c

Please sign in to comment.