Skip to content

Commit ee68207

Browse files
authored
Merge pull request #124 from timgates42/bugfix_typo_fails
docs: fix simple typo, failes -> fails
2 parents 5afc8a6 + 0d205ea commit ee68207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

audioread/gstdec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def __init__(self, path):
189189
# The callback to connect the input.
190190
self.dec.connect("pad-added", self._pad_added)
191191
self.dec.connect("no-more-pads", self._no_more_pads)
192-
# And a callback if decoding failes.
192+
# And a callback if decoding fails.
193193
self.dec.connect("unknown-type", self._unkown_type)
194194

195195
# Configure the output.

0 commit comments

Comments
 (0)