Fix typo: `Assitant` -> `Assistant`
[ctf-testsuite.git] / tests / 1.8 / stress / metadata / pass / many-typedef / test.py
index e5d6be0f355d10883c8c38892494d61fb9fed009..3deac3d1dd6ac76385c41a8e7567b91671ef9e11 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env python3
-from ctftestsuite.stress import MetadataTestAssitant
+from ctftestsuite.stress import MetadataTestAssistant
 
 
-class TestAssistant(MetadataTestAssitant):
+class TestAssistant(MetadataTestAssistant):
     what = '{size} typedefs'
 
     def write_metadata(self, f):
This page took 0.022352 seconds and 4 git commands to generate.