From 50bcacee80bc261378a1066e288523019fa146a0 Mon Sep 17 00:00:00 2001 From: zhangxiaofan02 Date: Tue, 30 Nov 2021 14:17:49 +0800 Subject: [PATCH] Fix a typo error in explanatory notes This patch changes " running nigthly" to " running nightly" at the 137 line in cinder/doc/source/contributor/gerrit.rst Closes-Bug: #1952683 Change-Id: Ia6ac8cb0b458b6b828c5a54f0475c05d940e93e1 --- 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 e2f5b090909..ae581a89211 100644 --- a/doc/source/contributor/gerrit.rst +++ b/doc/source/contributor/gerrit.rst @@ -134,7 +134,7 @@ CI job runs may result in false negatives for a considerable number of causes: - Network failures. - Not enough resources on the job runner. -- Storage timeouts caused by the array running nigthly maintenance jobs. +- Storage timeouts caused by the array running nightly maintenance jobs. - External service failure: pypi, package repositories, etc. - Non cinder components spurious bugs.