]> arthur.barton.de Git - bup.git/commitdiff
DESIGN: remove surplus ``relevant''
authorbedhanger <bedhanger@gmx.de>
Mon, 27 Mar 2017 16:39:58 +0000 (18:39 +0200)
committerRob Browning <rlb@defaultvalue.org>
Thu, 28 Dec 2017 21:40:32 +0000 (15:40 -0600)
Signed-off-by: bedhanger <bedhanger@gmx.de>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
DESIGN

diff --git a/DESIGN b/DESIGN
index f825cd7ed2ef367f7fdb0b928ad41ecf44fa200d..e8aa8d08eb9b2602c595140f0c58f16f100983ea 100644 (file)
--- a/DESIGN
+++ b/DESIGN
@@ -548,7 +548,7 @@ the index and backs up any file that is "dirty," that is, doesn't already
 exist in the repository.
 
 Determination of dirtiness is a little more complicated than it sounds.  The
-most dirtiness-relevant relevant flag in the bupindex is IX_HASHVALID; if
+most dirtiness-relevant flag in the bupindex is IX_HASHVALID; if
 this flag is reset, the file *definitely* is dirty and needs to be backed
 up.  But a file may be dirty even if IX_HASHVALID is set, and that's the
 confusing part.