Skip to content

Commit

Permalink
Javadoc typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhacker committed Apr 2, 2012
1 parent 366ae7e commit be5e939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/java/org/jdom2/xpath/XPathFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public static final XPathFactory instance() {
* <p>
* This method is a convenience mechanism only, and JDOM users are free to
* create a custom XPathFactory instance and use a simple: <br>
* <code> XPathFactory fac = new MyXPathFactpry(arg1, arg2, ...)</code>
* <code> XPathFactory fac = new MyXPathFactory(arg1, arg2, ...)</code>
*
* @param factoryclass
* The name of the XPathFactory class to create.
Expand Down
2 changes: 1 addition & 1 deletion core/src/java/org/jdom2/xpath/XPathHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* <br>
* <code> .../*[local-name() = 'tag' and namespace-uri() = 'uri']</code>
* <br>
* Similarly, Attributes will have a syntx similar to:
* Similarly, Attributes will have a syntax similar to:
* <br>
* <code> .../@*[local-name() = 'attname' and namespace-uri() = 'uri'] </code>
* <br>
Expand Down

0 comments on commit be5e939

Please sign in to comment.