From 450ea7aa865ea97740bb99d3106fd3878d0ece0e Mon Sep 17 00:00:00 2001 From: rm-dr <96270320+rm-dr@users.noreply.github.com> Date: Wed, 15 Apr 2026 09:29:06 -0700 Subject: [PATCH] Typos --- crates/pile-config/src/lib.rs | 2 +- crates/pile/src/command/server.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/pile-config/src/lib.rs b/crates/pile-config/src/lib.rs index c2e3351..35afc3c 100644 --- a/crates/pile-config/src/lib.rs +++ b/crates/pile-config/src/lib.rs @@ -67,7 +67,7 @@ pub enum Source { base_pattern: String, /// Map of files included in each item.' - /// `{base}` is replaced with the string extraced by base_pattern. + /// `{base}` is replaced with the string extracted by base_pattern. /// Default is `{ item: "{base}" }` #[serde(default = "default_files")] files: HashMap, diff --git a/crates/pile/src/command/server.rs b/crates/pile/src/command/server.rs index 1060e82..0ab0d6e 100644 --- a/crates/pile/src/command/server.rs +++ b/crates/pile/src/command/server.rs @@ -33,7 +33,7 @@ pub struct ServerCommand { #[arg(long)] no_refresh: bool, - /// Number of threads to use to referesh indices + /// Number of threads to use to refresh indices #[arg(long, default_value = "5")] refresh_jobs: usize,