diff options
| author | paul <zhaochaobo@ghostcloud.cn> | 2017-11-07 08:41:26 +0800 |
|---|---|---|
| committer | paul <zhaochaobo@ghostcloud.cn> | 2017-11-07 08:41:26 +0800 |
| commit | 2d72ea85769c52aaad1e5e16bfbf0b02318eb2c2 (patch) | |
| tree | ea07f87d0d453c014a54ab10783d629ef31b9dca | |
| parent | 9e92d8fcd709a83bacd94802479196d824c8e98e (diff) | |
revise spelling mistake
| -rw-r--r-- | contributors/devel/bazel.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/bazel.md b/contributors/devel/bazel.md index cbc2f9a0..878c0bec 100644 --- a/contributors/devel/bazel.md +++ b/contributors/devel/bazel.md @@ -38,7 +38,7 @@ Additionally, Go build tags are not supported. This means that builds on macOS m and they are not currently tagged with version information. [Bazel does not validate build environment](https://github.com/kubernetes/kubernetes/issues/51623), thus make sure that needed -tools and development packages are installed in the system. Bazel builds require presense of `make`, `gcc`, `g++`, `glibc and libstdc++ development headers` and `glibc static development libraries`. Please check your distribution for exact names of the packages. Examples for some commonly used distributions are below: +tools and development packages are installed in the system. Bazel builds require presence of `make`, `gcc`, `g++`, `glibc and libstdc++ development headers` and `glibc static development libraries`. Please check your distribution for exact names of the packages. Examples for some commonly used distributions are below: | Dependency | Debian/Ubuntu | CentOS | OpenSuSE | |:---------------------:|-------------------------------|--------------------------------|-----------------------------------------| |
