fixed spelling errors

Former-commit-id: 2a362ac0f1d7ab9e026a1f9a42fa2b775df9f4cf
This commit is contained in:
Jeremy Long
2014-01-11 19:55:21 -05:00
parent 3633759295
commit 47e89e35b2
4 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ data.password=DC-Pass1337!
# is not in the current classpath. Setting these properties will add the give path(s) to
# the class loader and then register the driver with the DriverManager. If the class is
# not in the path you must specify both the driver name (aka the fully qualified driver name)
# and the driver path. The driver path can be a semi-colon seperated list of files/directories
# and the driver path. The driver path can be a semi-colon separated list of files/directories
# to ensure any and all needed files can be added to the classpath to load the driver.
# For non-JDBC4 drivers in the classpath only the driver_name needs to be set.
# For MOST situations these properties likely do not need to be set.