Skip to content

Commit

Permalink
Spelling fix compatibel -> compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
squidpickles committed Jan 8, 2015
1 parent 9f1ead8 commit b88ae32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/ffi/c_str.rs
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

16 comments on commit b88ae32

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging 2 batched pull requests into batch

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

status: {"merge_sha": "442df88aa5721561485706333016a84b3851965e", "rollup_pulls": [[20735, "b88ae323d1297b54a119eed0925aa2a156e8a578"], [20736, "78c7faf5a61dbadb757122e35abed4ab9549898d"]]}

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing rollup candidate = 442df88

Successful merges:

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging 2 batched pull requests into batch

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

status: {"merge_sha": "3149a6d7b3ddeb6284e2153e594f01bc7271534b", "rollup_pulls": [[20735, "b88ae323d1297b54a119eed0925aa2a156e8a578"], [20766, "018730b39aa64404f757ca0350e0cb131384eaf2"]]}

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing rollup candidate = 3149a6d

Successful merges:

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging 2 batched pull requests into batch

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

status: {"merge_sha": "6354d60ede5e2a7e60fa46f85243efd8dbe89711", "rollup_pulls": [[20735, "b88ae323d1297b54a119eed0925aa2a156e8a578"], [20766, "018730b39aa64404f757ca0350e0cb131384eaf2"]]}

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing rollup candidate = 6354d60

Successful merges:

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 6354d60

@bors
Copy link
Contributor

@bors bors commented on b88ae32 Jan 8, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 6354d60

Please sign in to comment.