Skip to content

Commit fbd424c

Browse files
committed
fix typo
1 parent 9257b4c commit fbd424c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aiapy/calibrate/tests/test_prep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def test_normalize_exposure(aia_171_map) -> None:
273273

274274
def test_normalize_exposure_updates_pixlunit(aia_171_map) -> None:
275275
"""
276-
Check pixel units are updated corrrectly
276+
Check pixel units are updated correctly
277277
"""
278278
smap = Map(aia_171_map.data, copy.deepcopy(aia_171_map.meta))
279279
smap.meta["pixlunit"] = "DN"

0 commit comments

Comments
 (0)