diff --git a/lib/utils/process.py b/lib/utils/process.py
index f1747760fb1d2c10524c9e9629512013857f6489..8ba95b41ac507311bf1223d8d8a758a580dc94d3 100644
--- a/lib/utils/process.py
+++ b/lib/utils/process.py
@@ -163,7 +163,7 @@ def RunCmd(cmd, env=None, output=None, cwd="/", reset_env=False,
   @type reset_env: boolean
   @param reset_env: whether to reset or keep the default os environment
   @type interactive: boolean
-  @param interactive: weather we pipe stdin, stdout and stderr
+  @param interactive: whether we pipe stdin, stdout and stderr
                       (default behaviour) or run the command interactive
   @type timeout: int
   @param timeout: If not None, timeout in seconds until child process gets