Skip to content

Commit

Permalink
Merge pull request #155 from deadmoto/fix-typo
Browse files Browse the repository at this point in the history
@deadmoto Thank you for the correction and cleaning up.
  • Loading branch information
TikhomirovSergey committed Feb 13, 2015
2 parents d9ae261 + cc295db commit 7d3dc11
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 66 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ target/classes/*
target/test-classes/*
target/surefire-reports/*
settings.xml
*.iml

# Eclipse
/bin
Expand Down
65 changes: 0 additions & 65 deletions java-client.iml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public WebElement findElement() {
}
List<WebElement> result = waitFor();
if (result.size() == 0){
String message = "Cann't locate an element by this strategy: " + by.toString();
String message = "Can't locate an element by this strategy: " + by.toString();
throw new NoSuchElementException(message);
}
if (shouldCache) {
Expand Down

0 comments on commit 7d3dc11

Please sign in to comment.