From 9ba59b9b5f919efc5b76f32f1c81741e3d6f144f Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Wed, 8 Nov 2017 17:18:50 -0800 Subject: [PATCH] Config.pm: fix a few typos Signed-off-by: Kyle J. McKay --- Girocco/Config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Girocco/Config.pm b/Girocco/Config.pm index 3d71a49..8316355 100644 --- a/Girocco/Config.pm +++ b/Girocco/Config.pm @@ -833,7 +833,7 @@ our $reflogs_lifetime = 1; # When Git is creating a pack to send down to a client, if it needs to send # down objects that are deltas against objects it is not sending and that it # does not know the client already has, it must undelta and recompute deltas -# for those objects. This is the "Compressing objects" objects phase the +# for those objects. This is the remote's "Compressing objects" phase the # client sees during a fetch or clone. If this value is unset, the normal # Git default of 10 will be used for the window size during these operations. # This value may be set to a number between 2 and 50 inclusive to change the @@ -859,7 +859,7 @@ our $upload_pack_window = undef; # gc is scheduled to run on a project and then only if gc actually takes place. # Use the $basedir/toolbox/make-all-gc-eligible.sh script to force all projects # to actually do a gc the next time they are scheduled for one. -# RECOMMENDED VAALUE: undef or 0 +# RECOMMENDED VALUE: undef or 0 our $jgit_compatible_bitmaps = 0; # Set the default value of receive.maxInputSize -- 2.11.4.GIT