diff options
author | Nick Fitzgerald <fitzgen@gmail.com> | 2017-06-14 14:41:03 -0700 |
---|---|---|
committer | Nick Fitzgerald <fitzgen@gmail.com> | 2017-06-14 14:41:03 -0700 |
commit | 2aae68e8072d993b3f80b1dcaf4ddec383717cd3 (patch) | |
tree | 8501e68d002bce4fb003a07d7d60cf725b0f65ec | |
parent | 78896f9d1a62a986665e5eb0f2b55ffae79eb986 (diff) |
Fix typo in CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc5c883d..3f00541d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ We abide by the [Rust Code of Conduct][coc] and ask that you do as well. Think you've found a bug? File an issue! To help us understand and reproduce the issue, provide us with: -* A (preferrably reduced) C/C++ header file that reproduces the issue +* A (preferably reduced) C/C++ header file that reproduces the issue * The `bindgen` flags used to reproduce the issue with the header file * The expected `bindgen` output * The actual `bindgen` output |