From 5ef7483bf79d8687179a190500cf9b7179b2ba15 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Mon, 11 Feb 2019 14:57:55 -0800 Subject: [PATCH] Fix misspelling --- src/repo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.