Skip to content

Commit

Permalink
Fixing a typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzailBrcm committed Mar 10, 2022
1 parent e213c57 commit cade3d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def get_tx_fault(self):
else:
tx_fault = False
else:
# Use common SfpOptoeBase implementation for get_tx_dault
# Use common SfpOptoeBase implementation for get_tx_fault
tx_fault = super().get_tx_fault()

return tx_fault
Expand Down

0 comments on commit cade3d8

Please sign in to comment.