Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Nov 4, 2023
1 parent 850bd79 commit 2c7489f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqtile/widget/pulse_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def get_sink_info(self):
sink for sink in await self.pulse.sink_list() if sink.name == self.default_sink_name
]
if not sinks:
logger.warning("Cold not get info for default sink")
logger.warning("Could not get info for default sink")
self.default_sink = None
return

Expand Down

0 comments on commit 2c7489f

Please sign in to comment.