Skip to content

Commit

Permalink
Merge pull request #8 from EdwardBetts/patch-1
Browse files Browse the repository at this point in the history
Correct spelling
  • Loading branch information
willmcgugan committed Jun 17, 2021
2 parents 5e61319 + 566a6d9 commit 66a1639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/message_pump.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def check_message_enabled(self, message: Message) -> bool:
return type(message) not in self._disabled_messages

def disable_messages(self, *messages: type[Message]) -> None:
"""Disable message types from being proccessed."""
"""Disable message types from being processed."""
self._disabled_messages.update(messages)

def enable_messages(self, *messages: type[Message]) -> None:
Expand Down

0 comments on commit 66a1639

Please sign in to comment.