Skip to content

Commit ff7cdf9

Browse files
committedDec 16, 2017
Fix typos
1 parent 4611ca7 commit ff7cdf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Contribution Guidelines
55

66
We try to be available pretty often to help when problems come up. We like to split incoming questions
77
into two categories: potential bugs/features, and questions. If you want a feature added, or think you've found a bug
8-
in the code (or in the examples), search the [issue tracker](https://github.com/nodegit/nodegit/issues) and if you dont
8+
in the code (or in the examples), search the [issue tracker](https://github.com/nodegit/nodegit/issues) and if you don't
99
find anything, file a new issue. If you just have questions, instead of using issues, [sign up](http://slack.libgit2.org/)
1010
to libgit2's Slack instance and then contact us in the [#nodegit channel](https://libgit2.slack.com/messages/nodegit/).
1111

‎guides/install/from-source/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ See here for more details:
7676

7777
### <a name="debug-build"></a>Debug build: ###
7878

79-
In order to track down possible bugs, you will need a debug buid so you
79+
In order to track down possible bugs, you will need a debug build so you
8080
can get a backtrace with [gdb](http://www.gnu.org/software/gdb/) or
8181
[lldb](http://lldb.llvm.org/).
8282

0 commit comments

Comments
 (0)
Please sign in to comment.