From 24cf0606b43038c7ce5e9c6ccb921895619c04f0 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 20 Feb 2017 16:19:50 -0500 Subject: Clean up word replication. -- This fixes extra word repetitions (like "the the" or "is is") in the code and docs. Signed-off-by: Daniel Kahn Gillmor --- sm/keydb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sm/keydb.c') diff --git a/sm/keydb.c b/sm/keydb.c index 44dd9ca14..75f83ee2d 100644 --- a/sm/keydb.c +++ b/sm/keydb.c @@ -265,7 +265,7 @@ keydb_add_resource (ctrl_t ctrl, const char *url, int force, int *auto_created) /* Do we have an URL? gnupg-kbx:filename := this is a plain keybox - filename := See what is is, but create as plain keybox. + filename := See what it is, but create as plain keybox. */ if (strlen (resname) > 10) { -- cgit v1.2.3