Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address README typos #4

Merged
merged 1 commit into from
May 31, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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