Skip to content

Commit

Permalink
DOC: Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman authored Aug 30, 2024
1 parent 4bba281 commit 2d7dc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion act/qc/arm.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def add_dqr_to_qc(
if skip_location_vars and var_name in loc_vars:
continue

# Do not process time varibles
# Do not process time variables
if var_name in ['time', 'time_offset', 'time_bounds']:
continue

Expand Down

0 comments on commit 2d7dc76

Please sign in to comment.