From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id E2C711F46C for ; Tue, 21 Jan 2020 18:42:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729224AbgAUSmo (ORCPT ); Tue, 21 Jan 2020 13:42:44 -0500 Received: from pb-smtp21.pobox.com ([173.228.157.53]:55024 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728901AbgAUSmn (ORCPT ); Tue, 21 Jan 2020 13:42:43 -0500 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id A7C24A22D5; Tue, 21 Jan 2020 13:42:41 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=n6b/2WrbTB9silOjRrDz7yiDxvw=; b=fWt3UK Mj3tSKpljbBv9iwdzOvb7TXzy/2rcAYsVwyNUzb9IToqGy+xdRNEKQux++ywu9Um Kq0AAOqW4K+Y2u1qtbOJvSvR/OXNm4YexCeCNVK/iK6qhucA5ZaY3MPqlNV0Bj8i 0Pvq1hSAlzKFGgMZh3zE4R/DLtXfcbWsVufEI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=EOH9pOyCy9KFI7mqSfZjvwiShCTk6J0p fa6yruUFASp0h6kfUBh3SL8ZZ7Kkb7YC9m88oWKyeBks/26Ddb7KeIcx+KZAvQDd 7fRO/cVTmduiaJ8xy+Raxc6jzz1kND6wdlfmLnIEC8TYbC7mwgaeuNvYOk8CThHM q8stOdY3cPY= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id A08B1A22D4; Tue, 21 Jan 2020 13:42:41 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.76.80.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id C84F8A22D2; Tue, 21 Jan 2020 13:42:38 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: "brian m. carlson" Cc: "Robert P. J. Day" , git@vger.kernel.org Subject: Re: [PATCH] docs: use "currently" for the present time References: <20200120212156.4109999-1-sandals@crustytoothpaste.net> <20200120215326.GE6570@camp.crustytoothpaste.net> Date: Tue, 21 Jan 2020 10:42:36 -0800 In-Reply-To: <20200120215326.GE6570@camp.crustytoothpaste.net> (brian m. carlson's message of "Mon, 20 Jan 2020 21:53:26 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: CC895388-3C7D-11EA-9D91-8D86F504CC47-77302942!pb-smtp21.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org "brian m. carlson" writes: > As I mentioned, this is very minor and I can't imagine a native English > speaker being confused by it, nor can I imagine a speaker of most > European languages finding it confusing. It just stood out to me since > I know Spanish and French and I thought, "Oh, someone was thinking in > another language here." > > I've actually been sitting on this patch for a while because I thought > it might be too minor to send, but I finally decided to do it as I was > sending some other doc patches. Thanks. The use in the sslVersion seems to have come from 01861cb7 ("http: add support for specifying the SSL version", 2015-08-14) and the other one seems to have just copied it at d73019fe ("http: add support selecting http version", 2018-11-08). Will queue.