Skip to content

Commit bf7a57a

Browse files
committed
Typo fix
1 parent a3f68d6 commit bf7a57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@ def _flush_spa_preprocessing(message: dict):
19741974
f"No SPA processing parameters found for client processing job ID {collected_ids[2].id}"
19751975
)
19761976
raise ValueError(
1977-
"No processing parameters were foudn in the database when flushing SPA preprocessing"
1977+
"No processing parameters were found in the database when flushing SPA preprocessing"
19781978
)
19791979

19801980
murfey_ids = _murfey_id(

0 commit comments

Comments
 (0)