Skip to content

Commit fdd5fda

Browse files
committed
Correct word used in constant name\
Signed-off-by: M Q <[email protected]>
1 parent b30845f commit fdd5fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monai/deploy/operators/dicom_series_to_volume_operator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ class DICOMSeriesToVolumeOperator(Operator):
4141

4242
# Use constants instead of enums in monai to avoid dependency at this level.
4343
MONAI_UTIL_ENUMS_SPACEKEYS_LPS = "LPS"
44-
MONAI_TRANSFORMS_SPACIAL_METADATA_NAME = "space"
45-
METADATA_SPACE_LPS = {MONAI_TRANSFORMS_SPACIAL_METADATA_NAME: MONAI_UTIL_ENUMS_SPACEKEYS_LPS}
44+
MONAI_TRANSFORMS_SPATIAL_METADATA_NAME = "space"
45+
METADATA_SPACE_LPS = {MONAI_TRANSFORMS_SPATIAL_METADATA_NAME: MONAI_UTIL_ENUMS_SPACEKEYS_LPS}
4646

4747
def __init__(self, fragment: Fragment, *args, **kwargs):
4848
"""Create an instance for a containing application object.

0 commit comments

Comments
 (0)