Viewport: Fix typo in a comment

This commit is contained in:
Tomas Babej 2015-08-14 23:15:45 +02:00
parent 8a849db029
commit 087e6f9033

View file

@ -49,7 +49,7 @@ class ViewPort(object):
# Interpret !+DELETED as forcing the +DELETED token (potentionally # Interpret !+DELETED as forcing the +DELETED token (potentionally
# removing the default +DELETED token from the taskfilter). # removing the default +DELETED token from the taskfilter).
# Interpret !-DELETED as forcint the -DELETED token. # Interpret !-DELETED as forcing the -DELETED token.
# Interpret !?DELETED as removing both +DELETED and -DELETED. # Interpret !?DELETED as removing both +DELETED and -DELETED.
tokens_to_remove = set() tokens_to_remove = set()