Skip to content

Commit

Permalink
Merge pull request #4 from dbs/readme_typos
Browse files Browse the repository at this point in the history
Address README typos
  • Loading branch information
wez committed May 31, 2013
2 parents 573f8b7 + eb333ac commit 0837425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ haven't actually changed.
The default per-process descriptor limit on current versions of OS X is
extremely low (256!). Since kqueue() requires an open descriptor for each
watched directory, you will very quickly run into resource limits if your trees
are large if you do not raise the limits in your system configuration.
are large or if you do not raise the limits in your system configuration.

Watchman will attempt to raise its descriptor limit to match
`kern.maxfilesperproc` when it starts up, so you shouldn't need to mess
Expand Down Expand Up @@ -1120,7 +1120,7 @@ You can run the unit tests using:
arc unit --everything
If you'd like to contribute a patch to watchman, we'll ask you to make sure
that `arc unit` still passess successfully and we'd ideally like you to augment
that `arc unit` still passes successfully and we'd ideally like you to augment
the test suite to cover the functionality that you're adding or changing.
Expand Down

0 comments on commit 0837425

Please sign in to comment.