summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Geier <github@lostpackets.de>2014-08-13 23:41:54 +0200
committerChristian Geier <github@lostpackets.de>2014-08-13 23:41:54 +0200
commit0025259aa135ab0ab4bdf71e089744e1d0e76215 (patch)
tree6c45fdb2326bb6ee08f8ef842d571a0b82435aac
parent9abcc757db854cfe3024dc81d89dac66b960eade (diff)
typo: sa -> as
-rw-r--r--alot/commands/globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index 3820cca0..2e7a81b2 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -673,7 +673,7 @@ class ComposeCommand(Command):
:param spawn: force spawning of editor in a new terminal
:type spawn: bool
:param rest: remaining parameters. These can start with
- 'mailto' in which case it is interpreted sa mailto string.
+ 'mailto' in which case it is interpreted as mailto string.
Otherwise it will be interpreted as recipients (to) header
:type rest: list(str)
"""