Fix typo: `Assitant` -> `Assistant`
[ctf-testsuite.git] / utils / python / ctftestsuite / stress.py
index c6c8f87ce91320e9b726dd09c870d1e9fe06573e..4bf08260fb4808d051ce07f355c7ac72411d50ad 100644 (file)
@@ -4,7 +4,7 @@ import sys
 import os
 
 
-class MetadataTestAssitant:
+class MetadataTestAssistant:
     BASIC_PROLOGUE = \
 '''/* CTF 1.8 */
 
@@ -48,7 +48,7 @@ trace {
 
         # validate size
         if args.size < 1:
-            MetadataTestAssitant._perror('wrong size: {}'.format(args.size))
+            MetadataTestAssistant._perror('wrong size: {}'.format(args.size))
 
         return args
 
@@ -80,7 +80,7 @@ trace {
     def _do_action(self):
         if self._action not in self._actions:
             msg = 'invalid action: "{}"'.format(self._action)
-            MetadataTestAssitant._perror(msg)
+            MetadataTestAssistant._perror(msg)
 
         self._actions[self._action]()
 
This page took 0.022925 seconds and 4 git commands to generate.