From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:38 +0000 (+0000) Subject: setup: fix a typo X-Git-Tag: v2.47.0-rc0~10^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1d93ae8b1ee42b8d10fa083241237418830d0f4;p=thirdparty%2Fgit.git setup: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- diff --git a/setup.c b/setup.c index d458edcc02..800f1d1a01 100644 --- a/setup.c +++ b/setup.c @@ -518,7 +518,7 @@ static void setup_original_cwd(void) * directory we inherited from our parent process, which is a * directory we want to avoid removing. * - * For convience, we would like to have the path relative to the + * For convenience, we would like to have the path relative to the * worktree instead of an absolute path. * * Yes, startup_info->original_cwd is usually the same as 'prefix',