Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Sep 12, 2023
1 parent f27b09c commit ad9ed93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosek_license/license.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


def upsert(server=None):
"""Insert or update an environment varible MOSEKLM_LICENSE_FILE"""
"""Insert or update an environment variable MOSEKLM_LICENSE_FILE"""
os.environ[ENV_VARNAME] = _url(server=server)


Expand Down

0 comments on commit ad9ed93

Please sign in to comment.