Skip to content

Commit 882fb32

Browse files
Update rust/operator-binary/src/config/jvm.rs
Co-authored-by: Malte Sander <[email protected]>
1 parent 4f420c0 commit 882fb32

File tree

1 file changed

+2
-2
lines changed
  • rust/operator-binary/src/config

1 file changed

+2
-2
lines changed

rust/operator-binary/src/config/jvm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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!

0 commit comments

Comments
 (0)