From 8849279a86a2d6d69d562f7b80886a6bdb785747 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Sun, 22 Jun 2025 15:43:24 +0200 Subject: [PATCH 1/2] Update timeout_and_retry_storage.rs --- quickwit/quickwit-storage/src/timeout_and_retry_storage.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickwit/quickwit-storage/src/timeout_and_retry_storage.rs b/quickwit/quickwit-storage/src/timeout_and_retry_storage.rs index f8c665217c5..e627a51dd2a 100644 --- a/quickwit/quickwit-storage/src/timeout_and_retry_storage.rs +++ b/quickwit/quickwit-storage/src/timeout_and_retry_storage.rs @@ -30,7 +30,7 @@ use crate::{BulkDeleteError, PutPayload, Storage, StorageErrorKind, StorageResul /// takes too long. /// /// This is useful in order to ensure a low latency on S3. -/// Retrying agressively is recommended for S3. +/// Retrying aggressively is recommended for S3. /// /// #[derive(Clone, Debug)] From 3249508844f10ef70415ca93237ad80be551aa63 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Sun, 22 Jun 2025 15:44:02 +0200 Subject: [PATCH 2/2] Update hot_directory.rs --- quickwit/quickwit-directories/src/hot_directory.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickwit/quickwit-directories/src/hot_directory.rs b/quickwit/quickwit-directories/src/hot_directory.rs index 2019505b542..d8c4609ee01 100644 --- a/quickwit/quickwit-directories/src/hot_directory.rs +++ b/quickwit/quickwit-directories/src/hot_directory.rs @@ -518,7 +518,7 @@ pub fn write_hotcache( for byte_range in intervals { let len = byte_range.len(); // We do not want to store slices that are too large in the hotcache, - // but on the other hand, the term dictionray index and the docstore + // but on the other hand, the term dictionary index and the docstore // index are required for quickwit to work. // // Warning: we need to work on string here because `Path::ends_with`