Skip to content

Commit

Permalink
Merge pull request rust-lang#20735 from squidpickles/master
Browse files Browse the repository at this point in the history
Spelling fix compatibel -> compatible

Reviewed-by: Gankro
  • Loading branch information
bors committed Jan 8, 2015
2 parents 00b112c + b88ae32 commit bc6e080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/ffi/c_str.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl CString {
unsafe { CString::from_vec_unchecked(v) }
}

/// Create a C-compatibel string from a byte vector without checking for
/// Create a C-compatible string from a byte vector without checking for
/// interior 0 bytes.
///
/// This method is equivalent to `from_vec` except that no runtime assertion
Expand Down

0 comments on commit bc6e080

Please sign in to comment.