diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-09-19 18:34:38 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-19 13:46:12 -0700 |
| commit | d1d93ae8b1ee42b8d10fa083241237418830d0f4 (patch) | |
| tree | 0f4545cb8cc0e0b28c639ebf3aaad4f9b05ae760 | |
| parent | b71d52cef598521865eb9d8cf9f7a95e685a76aa (diff) | |
| download | git-d1d93ae8b1ee42b8d10fa083241237418830d0f4.tar.gz | |
setup: fix a typo
Fix a typo in comments.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
