We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5afc8a6 + 0d205ea commit ee68207Copy full SHA for ee68207
audioread/gstdec.py
@@ -189,7 +189,7 @@ def __init__(self, path):
189
# The callback to connect the input.
190
self.dec.connect("pad-added", self._pad_added)
191
self.dec.connect("no-more-pads", self._no_more_pads)
192
- # And a callback if decoding failes.
+ # And a callback if decoding fails.
193
self.dec.connect("unknown-type", self._unkown_type)
194
195
# Configure the output.
0 commit comments