From 2c986d6e6b6ab29b3de11d28646128f80356fa51 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 3 Jan 2015 09:24:07 -0500 Subject: [PATCH] Unit Tests - Fixed typo in comment. --- test/tw-1430.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tw-1430.t b/test/tw-1430.t index c924027c7..5cc7bfc67 100755 --- a/test/tw-1430.t +++ b/test/tw-1430.t @@ -28,7 +28,7 @@ class Test1430(TestCase): pro = "home/garden" self.t(('add', 'foo', 'project:%s' % pro)) - # TODO Reßtore this test and fix it. + # TODO Restore this test and fix it. # The form 'name:a/b' does not work, while 'name.is:a/b' does. #code, out, err = self.t(('list', 'project:%s' % pro)) code, out, err = self.t(('list', 'project.is:%s' % pro))