diff options
author | Andrea Gelmini <[email protected]> | 2019-09-03 03:17:39 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-09-02 18:17:39 -0700 |
commit | a57c82fc50bced77b7f409595130091360533012 (patch) | |
tree | 693148ff4e0173d6a22b881d6f913d003c08eae4 /.github | |
parent | c6e457dffb24bdc3efaea73b99480d2cf6567128 (diff) |
Fix typos
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9251
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 004711ae7..2b47d458c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -51,7 +51,7 @@ configure option should be set. This will enable additional correctness checks and all the ASSERTs to help quickly catch potential issues. In addition, there are numerous utilities and debugging files which -provide visibility in to the inner workings of ZFS. The most useful +provide visibility into the inner workings of ZFS. The most useful of these tools are discussed in detail on the [debugging ZFS wiki page](https://github.com/zfsonlinux/zfs/wiki/Debugging). |