diff mbox series

[18/20] setup: fix a typo

Message ID d219753e4f8338ad2f960f7d3b2c6481645da871.1726770881.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit d1d93ae8b1ee42b8d10fa083241237418830d0f4
Headers show
Series Fix typos | expand

Commit Message

Andrew Kreimer Sept. 19, 2024, 6:34 p.m. UTC
From: Andrew Kreimer <algonell@gmail.com>

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 setup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/setup.c b/setup.c
index 29f86739212..b7084f03126 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',