Skip to content

Commit

Permalink
Spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiSavici committed Dec 29, 2024
1 parent 8b7e792 commit 659f0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hyspecppt/hppt/hppt_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


class AbsValidator(QDoubleValidator):
"""Abolute value validator"""
"""Absolute value validator"""

def __init__(
self, parent: Optional["QObject"] = None, bottom: float = 0, top: float = np.inf, decimals: int = -1
Expand Down Expand Up @@ -257,7 +257,7 @@ def __init__(self, parent: Optional["QObject"] = None) -> None:
layout.addWidget(groupBox)
self.setLayout(layout)

# conections
# connections
self.a_edit.editingFinished.connect(self.validate_all_inputs)
self.a_edit.textEdited.connect(self.validate_inputs)
self.b_edit.editingFinished.connect(self.validate_all_inputs)
Expand Down

0 comments on commit 659f0bb

Please sign in to comment.