Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jun 20, 2022
1 parent f3ea32e commit ab791b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forklift/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def update(crate, validate_crate, change_detection):
if status != Crate.CREATED:
change_status = (Crate.UPDATED, None)

log.debug('deleting from destintation table')
log.debug('deleting from destination table')
with arcpy.da.UpdateCursor(crate.destination, hash_field) as cursor:
for row in cursor:
if row[0] in changes._deletes:
Expand Down

0 comments on commit ab791b6

Please sign in to comment.