File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rust/operator-binary/src/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ pub fn construct_global_jvm_args(kerberos_enabled: bool) -> String {
3232 jvm_args. push ( "-Djava.security.krb5.conf=/stackable/kerberos/krb5.conf" . to_owned ( ) ) ;
3333 }
3434
35- // We do *not* add user overrides to the global JVM args, but only the role specific JVm arguments.
35+ // We do *not* add user overrides to the global JVM args, but only the role specific JVM arguments.
3636 // This allows users to configure stuff for the server (probably what they want to do), without
3737 // also influencing e.g. startup scripts.
3838 //
39- // However, this is just an assumptions . If it is wrong users can still envOverride the global
39+ // However, this is just an assumption . If it is wrong users can still envOverride the global
4040 // JVM args.
4141 //
4242 // Please feel absolutely free to change this behavior!
You can’t perform that action at this time.
0 commit comments