Skip to content

Commit f557162

Browse files
committed
'remaning' -> 'remaining'
1 parent 841bf4c commit f557162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

speechbrain/processing/diarization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def distribute_overlap(lol):
289289
# Update the current sub-segment
290290
sseg = next_sseg
291291

292-
# Add the remaning last sub-segment
292+
# Add the remaining last sub-segment
293293
new_lol.append(next_sseg)
294294

295295
return new_lol

0 commit comments

Comments
 (0)