We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8448e67 commit 2201885Copy full SHA for 2201885
libgit2-sys/build.rs
@@ -41,7 +41,7 @@ fn main() {
41
add_c_files(&mut cfg, "libgit2/src".as_ref());
42
add_c_files(&mut cfg, "libgit2/src/xdiff".as_ref());
43
44
- // These are activated by feautres, but they're all unconditionally always
+ // These are activated by features, but they're all unconditionally always
45
// compiled apparently and have internal #define's to make sure they're
46
// compiled correctly.
47
add_c_files(&mut cfg, "libgit2/src/transports".as_ref());
0 commit comments