From 0e46a04d73fcbbbb1cbae21e5b3e4f67d93920a4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 22 Jul 2015 20:47:34 -0400 Subject: [PATCH] Test: Fixed typo --- test/tw-1630.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tw-1630.t b/test/tw-1630.t index 6db46394b..87827d77f 100755 --- a/test/tw-1630.t +++ b/test/tw-1630.t @@ -41,7 +41,7 @@ class TestBug1630(TestCase): self.t = Task() def test_attribute_modifier_with_duration(self): - """Veridy that 'due.before:10d' is correctly interpreted""" + """Verify that 'due.before:10d' is correctly interpreted""" self.t("add one due:7d") code, out, err = self.t("due.before:10d list") self.tap(out)