diff --git a/pyteomics/fasta.py b/pyteomics/fasta.py index e6869409..1415dbbd 100644 --- a/pyteomics/fasta.py +++ b/pyteomics/fasta.py @@ -141,7 +141,7 @@ def _new_parser(instance, descr): if not RAW_HEADER_KEY in parsed: parsed[RAW_HEADER_KEY] = descr else: - raise aux.PytemicsError('Cannot save raw protein header, since the corresponsing' + raise aux.PyteomicsError('Cannot save raw protein header, since the corresponsing' 'key ({}) already exists.'.format(RAW_HEADER_KEY)) return parsed