spelling fixes

Former-commit-id: d118f6474726c5cb39c246789830c4626a2bba7a
This commit is contained in:
Jeremy Long
2013-05-09 19:49:25 -04:00
parent 3feccefee8
commit cb82f02eb4
10 changed files with 13 additions and 14 deletions

View File

@@ -33,7 +33,7 @@ import org.apache.commons.lang.StringUtils;
* versionParts[2] = 3;
* </code></p>
* <p>Note, the parser contained in this class expects the version numbers to be
* seperated by periods. If a different seperator is used the parser will likely
* separated by periods. If a different seperator is used the parser will likely
* fail.</p>
* @author Jeremy Long (jeremy.long@gmail.com)
*/
@@ -105,7 +105,7 @@ public class DependencyVersion implements Iterable {
/**
* Reconstructs the version string from the split version parts.
* @return a string reprenting the version.
* @return a string representing the version.
*/
@Override
public String toString() {