Skip to content

Commit 99aa5ff

Browse files
committed
spelling: substitutions
Signed-off-by: Josh Soref <[email protected]>
1 parent 24a0320 commit 99aa5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/kotlin-extractor/src/main/java/com/semmle/util/expansion/ExpansionEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public ExpansionEnvironment(boolean commandSubstitutions) {
123123
}
124124

125125
/**
126-
* This the old default constructor, which always enables command substutitions.
126+
* This the old default constructor, which always enables command substitutions.
127127
* <b>Doing so is a security risk</b> whenever the string you expand may come
128128
* from an untrusted source, so you should only do that when you explicitly want
129129
* to do it and have decided that it is safe. (And then use the constructor that

0 commit comments

Comments
 (0)