spelling: substitutions

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-19 04:59:03 -04:00
parent 24a032041f
commit 99aa5ffea6

View File

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