From 673831bcc9f730cfb6866fdc638cc961f25554cf Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Wed, 31 Jan 2018 02:41:43 -0800 Subject: [PATCH] Config.pm: fix typographical error in comment Signed-off-by: Kyle J. McKay --- Girocco/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Girocco/Config.pm b/Girocco/Config.pm index 2af0f9a..0a88166 100644 --- a/Girocco/Config.pm +++ b/Girocco/Config.pm @@ -378,7 +378,7 @@ our $chroot = "/home/repo/j"; # to a true value (e.g. 1) to guarantee that jailsetup for a chrooted # sshd never takes place no matter what user runs `make install`. # Note that the "jailsetup.sh" script will still run to do the database -# setup that's stored in $chroot regardless of this settig, it will just +# setup that's stored in $chroot regardless of this setting, it will just # always run in "dbonly" mode when this setting is true. our $disable_jailsetup = 0; -- 2.11.4.GIT