fix a typo in a comment in simple-lib

This commit is contained in:
Havoc Pennington 2011-11-28 12:52:44 -05:00
parent 130544f98a
commit 00a19f3f5d

View File

@ -7,7 +7,7 @@ class SimpleLibContext(config: Config) {
// This verifies that the Config is sane and has our
// reference config. Importantly, we specify the "simple-lib"
// path so we only validate settings that belong to our this
// path so we only validate settings that belong to this
// library. Otherwise, we might throw mistaken errors about
// settings we know nothing about.
config.checkValid(ConfigFactory.defaultReference(), "simple-lib")