From 19471c377fd85c32f35b496f8f5901df6746b533 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Wed, 14 Sep 2011 22:45:23 +0200 Subject: Fix typos in comments. --- pym/portage/tests/repoman/test_simple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') diff --git a/pym/portage/tests/repoman/test_simple.py b/pym/portage/tests/repoman/test_simple.py index 7717f3678..ec27a0991 100644 --- a/pym/portage/tests/repoman/test_simple.py +++ b/pym/portage/tests/repoman/test_simple.py @@ -141,7 +141,7 @@ class SimpleRepomanTestCase(TestCase): with open(os.path.join(portdir, cp, "metadata.xml"), 'w') as f: f.write(playground.metadata_xml_template % xml_data) # Use a symlink to portdir, in order to trigger bugs - # involving cannonical vs. non-canonical paths. + # involving canonical vs. non-canonical paths. portdir_symlink = os.path.join(eroot, "portdir_symlink") os.symlink(portdir, portdir_symlink) # repoman checks metadata.dtd for recent CTIME, so copy the file in -- cgit v1.2.3-1-g7c22