Skip to content

Commit

Permalink
BUG: Fix spelling in import_stormcube error
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Nov 30, 2021
1 parent 9a0e4d5 commit 59f9b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xtgeo/cube/_cube_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def import_stormcube(

if ier != 0:
raise RuntimeError(
"Something when wrong in {}, code is {}".format(__name__, ier)
"Something went wrong in {}, code is {}".format(__name__, ier)
)

return {
Expand Down

0 comments on commit 59f9b40

Please sign in to comment.