Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iaddict authored Dec 9, 2020
1 parent f60ee59 commit aaa4acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jdbc_mssql_driver_loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def self.check_and_maybe_load_driver
which = driver
.getClass().getClassLoader().loadClass(driver_name)
.getProtectionDomain().getCodeSource().getLocation().to_s
warn "You alreday required a mssql jdbc driver (#{which}), skipping gem jdbc-mssql"
warn "You already required a mssql jdbc driver (#{which}), skipping gem jdbc-mssql"

major_version = driver.major_version
required_major_version = 8
Expand Down

0 comments on commit aaa4acd

Please sign in to comment.