diff options
Diffstat (limited to 'include_server/mirror_path_test.py')
-rwxr-xr-x | include_server/mirror_path_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include_server/mirror_path_test.py b/include_server/mirror_path_test.py index 9001de1..bc10e77 100755 --- a/include_server/mirror_path_test.py +++ b/include_server/mirror_path_test.py @@ -77,7 +77,7 @@ class MirrorPathTest(unittest.TestCase): return path in self.links def realpath(path): if path.startswith('/root'): - self.fail("Not expected that '%s' startd with '/root'." % path) + self.fail("Not expected that '%s' started with '/root'." % path) return self.realpaths[path] def makedirs(path): if path == '/root/a': |