diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2019-06-11 10:45:31 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@atlas.cz> | 2019-06-15 23:05:02 +0200 |
commit | d1326a89a8a467dea991d798f2316ae4b50ddcfd (patch) | |
tree | 3ba9c354e891f03cc03033366d212a0a0b8e771b | |
parent | 670fc030886938b4ee93aa2ddd5db6c947bd975a (diff) | |
download | podman-d1326a89a8a467dea991d798f2316ae4b50ddcfd.tar.gz podman-d1326a89a8a467dea991d798f2316ae4b50ddcfd.tar.bz2 podman-d1326a89a8a467dea991d798f2316ae4b50ddcfd.zip |
CONTRIBUTING.md: fix typo
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b7544ba0..b86f3e345 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -315,7 +315,7 @@ branches, which you may occasionally see [red bars on the status graph .](https://cirrus-ci.com/github/containers/libpod/master) When the graph shows mostly green bars on the right, it's a good indication -the master branch is currently stable. Alternating red/green bars is indicitave +the master branch is currently stable. Alternating red/green bars is indicative of a testing "flake", and should be examined (anybody can do this): * *One or a small handful of tests, on a single task, (i.e. specific distro/version) |