Skip to content

Commit 8dc4623

Browse files
authored
american english
1 parent a3269f4 commit 8dc4623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/system/update-scripts-command.template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def find(key, dictionary):
107107

108108
for file in files_to_update:
109109
file_basename = os.path.basename(file)
110-
# We are ignoring current file to avoid weird behaviour.
110+
# We are ignoring current file to avoid weird behavior.
111111
if file == __file__ or file_basename in ignored_files:
112112
continue
113113
repo_files = [os.path.abspath(x) for x in glob(f"{repo_path}/**/{file_basename}", recursive=True)]

0 commit comments

Comments
 (0)