From b88ae323d1297b54a119eed0925aa2a156e8a578 Mon Sep 17 00:00:00 2001 From: Kevin Rauwolf Date: Wed, 7 Jan 2015 21:47:15 -0800 Subject: [PATCH] Spelling fix compatibel -> compatible --- src/libstd/ffi/c_str.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/ffi/c_str.rs b/src/libstd/ffi/c_str.rs index 70ea366bbf4..d7f8eb2e415 100644 --- a/src/libstd/ffi/c_str.rs +++ b/src/libstd/ffi/c_str.rs @@ -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