From 4aaf10c356a3d252a0a422c2f78754716a33f12b Mon Sep 17 00:00:00 2001
From: Dave Gallant <davegallant@gmail.com>
Date: Wed, 14 Apr 2021 17:25:04 -0400
Subject: [PATCH] doc: Fix grammar in design.rst

---
 doc/design.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/design.rst b/doc/design.rst
index 9ebe9e9b0..5c7ef6b20 100644
--- a/doc/design.rst
+++ b/doc/design.rst
@@ -550,7 +550,7 @@ Backups and Deduplication
 For creating a backup, restic scans the source directory for all files,
 sub-directories and other entries. The data from each file is split into
 variable length Blobs cut at offsets defined by a sliding window of 64
-byte. The implementation uses Rabin Fingerprints for implementing this
+bytes. The implementation uses Rabin Fingerprints for implementing this
 Content Defined Chunking (CDC). An irreducible polynomial is selected at
 random and saved in the file ``config`` when a repository is
 initialized, so that watermark attacks are much harder.