Skip to content

Commit 78acb44

Browse files
rompicandreastt
authored andcommitted
Fix typo in remote.Augmenter
Signed-off-by: Andreas Tolfsen <ato@mozilla.com>
1 parent 8f771f2 commit 78acb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/client/src/org/openqa/selenium/remote/Augmenter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected RemoteWebDriver extractRemoteWebDriver(WebDriver driver) {
6868
return (RemoteWebDriver) driver;
6969

7070
} else {
71-
logger.warning("Augmenter should be applied to the instances of @Augmentable clases " +
71+
logger.warning("Augmenter should be applied to the instances of @Augmentable classes " +
7272
"or previously augmented instances only");
7373
return null;
7474
}

0 commit comments

Comments
 (0)