]> git.ipfire.org Git - thirdparty/git.git/commitdiff
setup: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Thu, 19 Sep 2024 18:34:38 +0000 (18:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Sep 2024 20:46:12 +0000 (13:46 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
setup.c

diff --git a/setup.c b/setup.c
index d458edcc028ef17d5917470bdbc71ecbbd66045c..800f1d1a01600484a9473361d348d32b7151f9c4 100644 (file)
--- 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',