From eb333acb2531f8629d21305284d9ebccad6ced6a Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Fri, 31 May 2013 11:18:00 -0400 Subject: [PATCH] Address README typos A quick read of the README turned up two minor typos in the well-written documentation. Signed-off-by: Dan Scott --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 150bab9005e7..59ffdc9449f6 100644 --- a/README.markdown +++ b/README.markdown @@ -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 @@ -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.