Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hollyhan committed Nov 22, 2022
1 parent 94138aa commit 816c401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def build_mapping_file(config, cores, logger, ismip6_grid_file,

# create the scrip files if mapping file does not exist
logger.info(f"Mapping file does not exist. Building one based on the"
f" input/ouptut meshes")
f" input/output meshes")
logger.info(f"Creating temporary scrip files for source and "
f"destination grids...")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def run(self):
self.rename_ismip6_basal_melt_to_mali_vars(remapped_file_temp,
output_file)

logger.info(f"Remapping and renamping process done successfully. "
logger.info(f"Remapping and renaming process done successfully. "
f"Removing the temporary files...")

# remove the temporary combined file
Expand Down

0 comments on commit 816c401

Please sign in to comment.