Skip to content

Commit 2201885

Browse files
authored
Fix spelling typo
Signed-off-by: Remy Suen <[email protected]>
1 parent 8448e67 commit 2201885

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)