From 2201885bb6e1ff92efa8ee7d11057a8d3f1a99a4 Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Thu, 24 Jan 2019 21:30:30 -0500 Subject: [PATCH] Fix spelling typo Signed-off-by: Remy Suen --- libgit2-sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgit2-sys/build.rs b/libgit2-sys/build.rs index 20806c72a4..aad5b9e2ab 100644 --- a/libgit2-sys/build.rs +++ b/libgit2-sys/build.rs @@ -41,7 +41,7 @@ fn main() { add_c_files(&mut cfg, "libgit2/src".as_ref()); add_c_files(&mut cfg, "libgit2/src/xdiff".as_ref()); - // These are activated by feautres, but they're all unconditionally always + // These are activated by features, but they're all unconditionally always // compiled apparently and have internal #define's to make sure they're // compiled correctly. add_c_files(&mut cfg, "libgit2/src/transports".as_ref());