From 36eac863699f5367354e7c18128ebc2c128fdb52 Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Wed, 23 Oct 2024 13:32:03 -0400 Subject: [PATCH] Typo fix to force package rebuild Signed-off-by: Cole Miller --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2226735a4..c02947233 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,6 @@ Usage notes Detailed tracing will be enabled when the environment variable `LIBDQLITE_TRACE` is set before startup. The value of it can be in `[0..5]` -range and reperesents a tracing level, where `0` means "no traces" emitted, `5` +range and represents a tracing level, where `0` means "no traces" emitted, `5` enables minimum (FATAL records only), and `1` enables maximum verbosity (all: DEBUG, INFO, WARN, ERROR, FATAL records).