Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Sep 6, 2024
1 parent dd6e81a commit 8dd4853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/its_preselector/preselector.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def get_frequency_low_stopband(self, rf_path_name: str):
if preselector_filter:
return preselector_filter.frequency_low_stopband
else:
raise ConfigurationException(f"Filger {filter_id} is None.")
raise ConfigurationException(f"Filter {filter_id} is None.")
else:
raise ConfigurationException(
"Unable to get frequency_low for the stopband filter. There is no RF_PATH named {path_name}".format(
Expand Down

0 comments on commit 8dd4853

Please sign in to comment.