From 10f7130bcf9c66944b6deb0fcebf57bf8e3bf596 Mon Sep 17 00:00:00 2001 From: Dominic Schlegel Date: Thu, 30 Apr 2020 23:31:13 +0200 Subject: [PATCH] fix typo in gerrit doc Change-Id: I19bd52c949e146758d50a2732fdcc71a019b9228 --- doc/source/contributor/gerrit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/gerrit.rst b/doc/source/contributor/gerrit.rst index 9e5592119c..6ca243a647 100644 --- a/doc/source/contributor/gerrit.rst +++ b/doc/source/contributor/gerrit.rst @@ -50,7 +50,7 @@ Python 2 to Python 3 transition guidelines language features). * New features can use Python-3-only language constructs, but bugfixes likely to be backported should be more conservative and write for - Python 2 compatibilty. + Python 2 compatibility. * The code for drivers may continue to use the six compatibility library at their discretion. * We will not remove six from mainline Cinder code that impacts the drivers