We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a0320 commit 99aa5ffCopy full SHA for 99aa5ff
java/kotlin-extractor/src/main/java/com/semmle/util/expansion/ExpansionEnvironment.java
@@ -123,7 +123,7 @@ public ExpansionEnvironment(boolean commandSubstitutions) {
123
}
124
125
/**
126
- * This the old default constructor, which always enables command substutitions.
+ * This the old default constructor, which always enables command substitutions.
127
* <b>Doing so is a security risk</b> whenever the string you expand may come
128
* from an untrusted source, so you should only do that when you explicitly want
129
* to do it and have decided that it is safe. (And then use the constructor that
0 commit comments