Ardesco / driver-binary-downloader-maven-plugin

A Maven plugin that will download the WebDriver stand alone server executables for use in your mavenised Selenium project.
Apache License 2.0
92 stars 52 forks source link

Typos in log #49

Closed cowwoc closed 7 years ago

cowwoc commented 7 years ago

I noticed two minor typos in the code:

In https://github.com/Ardesco/selenium-standalone-server-plugin/blob/e6c332c0caa447de89175739c2eaff5996d02200/src/main/java/com/lazerycode/selenium/extract/FileExtractor.java#L152 please insert a space before the word binary.

In the previous line, please convert Exists to lowercase.