From 00a19f3f5d8cf0db49a94c796c228c4edc222e39 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 28 Nov 2011 12:52:44 -0500 Subject: [PATCH] fix a typo in a comment in simple-lib --- examples/simple-lib/src/main/scala/simplelib/SimpleLib.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/simple-lib/src/main/scala/simplelib/SimpleLib.scala b/examples/simple-lib/src/main/scala/simplelib/SimpleLib.scala index 24a1bcf8..3e880198 100644 --- a/examples/simple-lib/src/main/scala/simplelib/SimpleLib.scala +++ b/examples/simple-lib/src/main/scala/simplelib/SimpleLib.scala @@ -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")