Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LightArrowsEXE committed Jun 28, 2022
1 parent 31b67eb commit 8ca33b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lvsfunc/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def match_clip(clip: vs.VideoNode, ref: vs.VideoNode,
matrices: bool = True, length: bool = False,
kernel: Kernel | str = Bicubic(b=0, c=1/2)) -> vs.VideoNode:
"""
Try matchng the given clip's format with the reference clip's.
Try matching the given clip's format with the reference clip's.
:param clip: Clip to process.
:param ref: Reference clip.
Expand Down

0 comments on commit 8ca33b5

Please sign in to comment.