diff --git a/probert/storage.py b/probert/storage.py index 453ddac..7e00652 100644 --- a/probert/storage.py +++ b/probert/storage.py @@ -226,9 +226,9 @@ async def probe(self, probe_types=None, *, parallelize=False): if len(to_probe) == 0: not_avail = probe_types.difference(all_probes) - print('Requsted probes not available: %s' % probe_types) + print('Requested probes not available: %s' % probe_types) print('Valid probe types: %s' % all_probes) - print('Unavilable probe types: %s' % not_avail) + print('Unavailable probe types: %s' % not_avail) return self.results probed_data = {}