Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed Nov 10, 2023
1 parent 00b1df2 commit ac41fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grizli/grismconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1814,7 +1814,7 @@ def load_new_sensitivity_curve(self, verbose=True, **kwargs):
# print('xx', sens_file, os.path.exists(sens_file))

if os.path.exists(sens_file):
msg = "grismconf.CRDSGrismConf: replace sensitivity cuve with "
msg = "grismconf.CRDSGrismConf: replace sensitivity curve with "
msg += f"{sens_file}"
utils.log_comment(utils.LOGFILE, msg, verbose=verbose)

Expand Down

0 comments on commit ac41fc6

Please sign in to comment.