Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Sep 11, 2024
1 parent c38bb38 commit 77a7d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/chplcheck/src/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def RemoveControlFlowParentheses(context: Context, result: BasicRuleResult):
paren_loc = subject.parenth_location()
assert paren_loc

# If parentheeses span multiple lines, don't provide a fixit,
# If parentheses span multiple lines, don't provide a fixit,
# since the indentation would need more thought.
start_line, start_col = paren_loc.start()
end_line, end_col = paren_loc.end()
Expand Down

0 comments on commit 77a7d58

Please sign in to comment.