From 9ebdb06a7ae1835c6caecb21831ab82f64d1e150 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sun, 25 May 2014 13:44:08 -0700 Subject: [PATCH] Fix typo in comment --- etc/devel.conf | 2 +- etc/inbucket.conf | 2 +- etc/unix-sample.conf | 2 +- etc/win-sample.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/devel.conf b/etc/devel.conf index 93ca087..e41f163 100644 --- a/etc/devel.conf +++ b/etc/devel.conf @@ -4,7 +4,7 @@ ############################################################################# [DEFAULT] -# Not used by directly, but is typically referenced below in %()s format. +# Not used directly, but is typically referenced below in %()s format. install.dir=. ############################################################################# diff --git a/etc/inbucket.conf b/etc/inbucket.conf index ae84d21..e23649b 100644 --- a/etc/inbucket.conf +++ b/etc/inbucket.conf @@ -4,7 +4,7 @@ ############################################################################# [DEFAULT] -# Not used by directly, but is typically referenced below in %()s format. +# Not used directly, but is typically referenced below in %()s format. install.dir=. ############################################################################# diff --git a/etc/unix-sample.conf b/etc/unix-sample.conf index 43447d0..14996d1 100644 --- a/etc/unix-sample.conf +++ b/etc/unix-sample.conf @@ -4,7 +4,7 @@ ############################################################################# [DEFAULT] -# Not used by directly, but is typically referenced below in %()s format. +# Not used directly, but is typically referenced below in %()s format. install.dir=/opt/inbucket ############################################################################# diff --git a/etc/win-sample.conf b/etc/win-sample.conf index 1f16408..235a486 100644 --- a/etc/win-sample.conf +++ b/etc/win-sample.conf @@ -4,7 +4,7 @@ ############################################################################# [DEFAULT] -# Not used by directly, but is typically referenced below in %()s format. +# Not used directly, but is typically referenced below in %()s format. install.dir=. #############################################################################