MaybeRaise in lib/errors.py had a typo in the doc string

Signed-off-by: René Nussbaumer <[email protected]>
---
 lib/errors.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/errors.py b/lib/errors.py
index 0e8cbaf..2040cae 100644
--- a/lib/errors.py
+++ b/lib/errors.py
@@ -304,7 +304,7 @@ def EncodeException(err):
 
 
 def MaybeRaise(result):
-  """Is this looks like an encoded Ganeti exception, raise it.
+  """If this looks like an encoded Ganeti exception, raise it.
 
   This function tries to parse the passed argument and if it looks
   like an encoding done by EncodeException, it will re-raise it.
-- 
1.5.4.3

Reply via email to