From 893fc9a4eef882462e8ab0af8067641a54984a38 Mon Sep 17 00:00:00 2001 From: Alexsaphir Date: Thu, 9 May 2024 00:57:06 +0200 Subject: [PATCH] fix: typo --- flux_local/git_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux_local/git_repo.py b/flux_local/git_repo.py index a33a7742..434fc089 100644 --- a/flux_local/git_repo.py +++ b/flux_local/git_repo.py @@ -777,7 +777,7 @@ def create_worktree(repo: git.repo.Repo, existing_branch: str | None = None) -> This is used to get a fork of the current repo without any local changes in order to produce a diff. - Specifying existing_branch allows to compare the current state with the exisiting branch. + Specifying existing_branch allows to compare the current state with the existing branch. """ orig = os.getcwd() with tempfile.TemporaryDirectory() as tmp_dir: