Skip to content

Commit

Permalink
Address README typos
Browse files Browse the repository at this point in the history
A quick read of the README turned up two minor typos in the well-written
documentation.

Signed-off-by: Dan Scott <[email protected]>
  • Loading branch information
dbs committed May 31, 2013
1 parent 2382de4 commit eb333ac
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 eb333ac

Please sign in to comment.