From 310301236f5b292dd0cd86434fc23569fdaf51da Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Fri, 12 Mar 2021 20:29:28 +0800 Subject: [PATCH] Fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6022f9d1e..3bd64869f 100644 --- a/setup.py +++ b/setup.py @@ -373,7 +373,7 @@ def objects_to_spec(spec_object: SpecObject, imports: str, fork: str, ordered_cl + ('\n' + PHASE1_SUNDRY_FUNCTIONS if is_phase1(fork) else '') ) - # Since some contants are hardcoded in setup.py, the following assertions verify that the hardcoded constants are + # Since some constants are hardcoded in setup.py, the following assertions verify that the hardcoded constants are # as same as the spec definition. if is_altair(fork): altair_ssz_dep_constants_verification = '\n'.join(map(lambda x: 'assert %s == %s' % (x, spec_object.ssz_dep_constants[x]), ALTAIR_HARDCODED_SSZ_DEP_CONSTANTS))