From 95cce0a0afb73f31992d0d84f09ae9eeb7d1f400 Mon Sep 17 00:00:00 2001 From: Chris Wong Date: Thu, 16 Apr 2015 22:42:36 +1200 Subject: [PATCH] Replace "begs" with "raises" "Begging the question" and "raising the question" mean different things. This patch fixes an instance where it is misused. See: http://begthequestion.info/ --- docs/papers/git-horror-story.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/papers/git-horror-story.txt b/docs/papers/git-horror-story.txt index a1a7368..d3231b2 100644 --- a/docs/papers/git-horror-story.txt +++ b/docs/papers/git-horror-story.txt @@ -342,7 +342,7 @@ Date: Sat Apr 21 00:14:38 2012 -0400 # [...] ---- -This then begs the questions---what is to be done about those who decide to +This then raises the question---what is to be done about those who decide to sign their commit with their own GPG key? There are a couple options here. First, consider the issue from a maintainer's perspective---do we necessary care about the identity of a 3rd party contributor, so long as the provided code