diff --git a/bindings/java/src/utility.rs b/bindings/java/src/utility.rs index d04a11eeaf2b..1a57a384d8e8 100644 --- a/bindings/java/src/utility.rs +++ b/bindings/java/src/utility.rs @@ -16,7 +16,7 @@ // under the License. use jni::objects::JClass; -use jni::objects::JObject; w +use jni::objects::JObject; use jni::sys::jobjectArray; use jni::sys::jsize; use jni::JNIEnv; diff --git a/core/src/services/s3/config.rs b/core/src/services/s3/config.rs index e31a70176a8a..41899e9e4b90 100644 --- a/core/src/services/s3/config.rs +++ b/core/src/services/s3/config.rs @@ -167,7 +167,7 @@ pub struct S3Config { note = "Please use `delete_max_size` instead of `batch_max_operations`" )] pub batch_max_operations: Option, - /// Set hte maximum delete size of this backend. + /// Set the maximum delete size of this backend. /// /// Some compatible services have a limit on the number of operations in a batch request. /// For example, R2 could return `Internal Error` while batch delete 1000 files.