summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-05-12 19:54:58 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2013-05-12 19:54:58 +0100
commitc84a277061c8af1b0115017e2ec417be4b161861 (patch)
tree097c6a324c6b2ec57ba938e07698950dabb70298
parent50f80419b0b76f557823925436d79aadbe6771e9 (diff)
fix typo
-rw-r--r--alot/helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/helper.py b/alot/helper.py
index e1fbdabe..1dd6968a 100644
--- a/alot/helper.py
+++ b/alot/helper.py
@@ -287,7 +287,7 @@ def call_cmd(cmdlist, stdin=None):
.. warning::
- This returns with the first screen content for interctive commands.
+ This returns with the first screen content for interactive commands.
:param cmdlist: shellcommand to call, already splitted into a list accepted
by :meth:`subprocess.Popen`