COMPILING.md: Fix small typo

This commit is contained in:
Terry Wilson 2023-09-14 08:21:36 -07:00
parent 3eb5d20f6c
commit 69986b542e
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ For Visual C++, please refer to the [Protobuf README](https://github.com/google/
for how to compile Protobuf. gRPC-java assumes a Release build.
#### Mac
Some versions of Mac OS X (e.g., 10.10) doesn't have ``/usr/local`` in the
Some versions of Mac OS X (e.g., 10.10) don't have ``/usr/local`` in the
default search paths for header files and libraries. It will fail the build of
the codegen. To work around this, you will need to set environment variables:
```