diff --git a/src/repo.rs b/src/repo.rs index a3348bd864..2ca7541ad0 100644 --- a/src/repo.rs +++ b/src/repo.rs @@ -2167,7 +2167,7 @@ impl RepositoryInitOptions { self.flag(raw::GIT_REPOSITORY_INIT_MKDIR, enabled) } - /// Recursively make all components of the repo and workdir path sas + /// Recursively make all components of the repo and workdir path as /// necessary. /// /// Defaults to true.