Skip to content

Commit 624ad06

Browse files
Albert-IVkddejong
andauthored
Fix typo in linting error (#2988)
Co-authored-by: Kevin DeJong <[email protected]>
1 parent 769c93c commit 624ad06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cfnlint/template/transforms/_language_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def _walk(self, item: Any, params: MutableMapping[str, Any], cfn: Any):
131131
obj[f_k] = f_v
132132
else:
133133
raise _ValueError(
134-
f"Duplicate {f_k} while doing tranformation",
134+
f"Duplicate {f_k} while doing transformation",
135135
f_k,
136136
)
137137
del obj[k]

0 commit comments

Comments
 (0)