From 226e06613f05bd73b1abf0e70163d2943cd28a2f Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Mon, 21 Mar 2022 13:00:49 -0700 Subject: [PATCH] Fix a typo (#9039) Summary: Pull Request resolved: https://github.com/facebook/hhvm/pull/9039 Reviewed By: fredemmott Differential Revision: D34946445 fbshipit-source-id: bc114828942d61a07a850bf7159ab297dc47ed9b --- third-party/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/README.md b/third-party/README.md index ca725e30c89..4049ec07b2f 100644 --- a/third-party/README.md +++ b/third-party/README.md @@ -27,7 +27,7 @@ Some tips: Some Facebook-employee-specific tips: -- you can allocate a VM with a recent prebuilt environment via `i opensource/ondemand/facebook/hhvm`; when prompted, slect the most recent successfull built for the oldest Ubuntu listed. +- you can allocate a VM with a recent prebuilt environment via `i opensource/ondemand/facebook/hhvm`; when prompted, select the most recent successfull built for the oldest Ubuntu listed. - if the Mac CI is unable to find a dependency but it's found locally, uninstall it with `brew uninstall --force --ignore-dependencies FOO`; you can then install the same package used in the CI with `yum install`; find the package with `yum search foo` - you probably want the most recent `nix2rpm` package, though you can check exactly which is used in `hphp/facebook/autobuild/cmake/mac/cmake.sh` Overall process: -- 2.11.4.GIT