From 7b62772e5570bf1d0f49385da415635cc759a15c Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Thu, 8 May 2008 19:50:04 +0000 Subject: [PATCH] Fix comment typo in bdev.py Reviewed-by: iustinp --- lib/bdev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bdev.py b/lib/bdev.py index d5e711c55..098cb1548 100644 --- a/lib/bdev.py +++ b/lib/bdev.py @@ -1965,7 +1965,7 @@ class DRBD8(BaseDRBD): """Make the local state primary. If the 'force' parameter is given, the '--do-what-I-say' parameter - is given. Since this is a pottentialy dangerous operation, the + is given. Since this is a potentially dangerous operation, the force flag should be only given after creation, when it actually has to be given. -- GitLab