summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2020-03-03 22:13:47 -0800
committerGitHub <noreply@github.com>2020-03-03 22:13:47 -0800
commit2a46b9628b23bce1482fe2bbcc77397657770bfe (patch)
tree9c3189066af2568bbc05b1552111e93ba6f47fc9
parent886d1d18225f00e305722506c3969d64c042219a (diff)
parent548c6ee90447188a59edd295f2d4d7f5bd589955 (diff)
Merge pull request #4553 from m-rey/fix-opensuse-spelling
Fix misspelling of openSUSE
-rw-r--r--contributors/devel/sig-testing/bazel.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-testing/bazel.md b/contributors/devel/sig-testing/bazel.md
index 4047a54f..e3bf35e9 100644
--- a/contributors/devel/sig-testing/bazel.md
+++ b/contributors/devel/sig-testing/bazel.md
@@ -104,7 +104,7 @@ further exploration.
### The CC toolchain is not fully hermetic
Bazel requires several tools and development packages to be installed in the system, including `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 |
+| Dependency | Debian/Ubuntu | CentOS | openSUSE |
|:---------------------:|-------------------------------|--------------------------------|-----------------------------------------|
| Build essentials | `apt install build-essential` | `yum groupinstall development` | `zypper install -t pattern devel_C_C++` |
| GCC C++ | `apt install g++` | `yum install gcc-c++` | `zypper install gcc-c++` |