From 0f39886a389c106e72e95d1eb73f52593ac0b436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Nussbaumer?= <rn@google.com> Date: Tue, 11 Jan 2011 14:03:28 +0100 Subject: [PATCH] Fix a typo in backend.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sorry I thought I did run commit-check but must not have paid attention to its output. There was a typo in the docstring. This patch fixes this. Signed-off-by: RenΓ© Nussbaumer <rn@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/backend.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/backend.py b/lib/backend.py index a5311ac8c..c79dd9eda 100644 --- a/lib/backend.py +++ b/lib/backend.py @@ -1356,8 +1356,8 @@ def BlockdevWipe(disk, offset, size): def BlockdevPauseResumeSync(disks, pause): """Pause or resume the sync of the block device. - @type disk: list of L{objects.Disk} - @param disk: the disks object we want to pause/resume + @type disks: list of L{objects.Disk} + @param disks: the disks object we want to pause/resume @type pause: bool @param pause: Wheater to pause or resume -- GitLab