From 3e312b45d9d72df1cada2e32b0d26d9ec6bc68ae Mon Sep 17 00:00:00 2001 From: Nim G Date: Wed, 1 Jul 2026 06:48:51 -0400 Subject: [PATCH] Fix typo in comparison-restic.md Typo is immediately apparent in the first docs an initial evaluator will see --- src/comparison-restic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comparison-restic.md b/src/comparison-restic.md index 456dc04..e2c1404 100644 --- a/src/comparison-restic.md +++ b/src/comparison-restic.md @@ -9,7 +9,7 @@ rustic and restic. Currently, we compare restic 0.19.0 with rustic 0.11.3. | --------------------- | ------------------------- | ------------------------------------------------------ | | programming language | Go | Rust | | development philosopy | conservative with changes | moving fast, add new features early | -| configuration | oppinionated, few choices | offers many choices to users; reasonable defaults | +| configuration | opinionated, few choices | offers many choices to users; reasonable defaults | | test coverage | ✅ | (✅) (57% in rustic_core) | | available as library | ❌ | ✅ [rustic_core](https://crates.io/crates/rustic_core) |