Skip to content

Commit 3234ee7

Browse files
committed
Fix typo in comment
1 parent 0af764c commit 3234ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esmvalcore/cmor/_fixes/ipslcm/ipsl_cm6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def fix_metadata(self, cubes):
7070
cube.var_name = self.vardef.short_name
7171

7272
# Need to degrade auxiliary time coordinates, because some
73-
# iris function does not support to have more than one
73+
# Iris function does not support to have more than one
7474
# coordinate with standard_name='time'
7575
for coordinate in cube.coords(dim_coords=False):
7676
if coordinate.standard_name == 'time':

0 commit comments

Comments
 (0)