fixed spelling errors

Former-commit-id: 6c7d9240d7091204f09d37e405675dace1a2159e
This commit is contained in:
Jeremy Long
2014-01-11 19:55:21 -05:00
parent fe072cd2e3
commit 41a31cdf4c
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.