Skip to content

Commit 2ad9afa

Browse files
authored
Merge pull request #396 from rcjsuen/patch-1
Fix spelling typo
2 parents 8448e67 + 2201885 commit 2ad9afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libgit2-sys/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fn main() {
4141
add_c_files(&mut cfg, "libgit2/src".as_ref());
4242
add_c_files(&mut cfg, "libgit2/src/xdiff".as_ref());
4343

44-
// These are activated by feautres, but they're all unconditionally always
44+
// These are activated by features, but they're all unconditionally always
4545
// compiled apparently and have internal #define's to make sure they're
4646
// compiled correctly.
4747
add_c_files(&mut cfg, "libgit2/src/transports".as_ref());

0 commit comments

Comments
 (0)