Skip to content

Commit 9957293

Browse files
demoulinvCopilot
andcommitted
typo correction in comment
Co-authored-by: Copilot <[email protected]>
1 parent f990404 commit 9957293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/core/fileUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def getViewElements(vp):
3838

3939

4040
def replacePatterns(input, pattern, replacements):
41-
# Use all substrings of "input" matching the regex "pattern" as a key to substitute themselves by their value in the dictionnary "replacements".
41+
# Use all substrings of "input" matching the regex "pattern" as a key to substitute themselves by their value in the dictionary "replacements".
4242
# If "replacements" does not contain the key, the key is removed from "input" to build the resolved string.
4343
def replaceMatch(match):
4444
key = match.group()

0 commit comments

Comments
 (0)