Skip to content

Commit 14c181a

Browse files
committed
fix: fallback typo
1 parent 8a1ba79 commit 14c181a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsql-server/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ struct Cli {
185185
#[clap(long, env = "SQLD_CHECKPOINT_INTERVAL_S")]
186186
checkpoint_interval_s: Option<u64>,
187187

188-
/// By default, all request for which a namespace can't be determined fallaback to the default
188+
/// By default, all request for which a namespace can't be determined fallback to the default
189189
/// namespace `default`. This flag disables that.
190190
#[clap(long)]
191191
disable_default_namespace: bool,

0 commit comments

Comments
 (0)