Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler authored Oct 2, 2023
1 parent f42c2a8 commit c0822b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
7.58959 -4.76423 -6.83861 -31.0306 6.9694 -9.01781 -14.213 148.679
"""

# signiture file version 2 is used scince 8.3.0 (see
# signature file version 2 is used since 8.3.0 (see
# https://github.com/OSGeo/grass/pull/2425)
G_REF_VERSION = (8, 3, 0)
SIG_TPL_V2 = """2
Expand Down Expand Up @@ -220,7 +220,7 @@ def main():

tmp_name = grass.tempname(12)

# save orignal region
# save original region
orig_region = f"orig_region_{tmp_name}"
grass.run_command("g.region", save=orig_region, quiet=True)

Expand Down

0 comments on commit c0822b4

Please sign in to comment.