From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 4CB5563552 for ; Wed, 15 Jul 2020 17:13:45 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 43F20A681 for ; Wed, 15 Jul 2020 17:13:15 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 6D5E3A66A for ; Wed, 15 Jul 2020 17:13:13 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 2EA6944315 for ; Wed, 15 Jul 2020 17:13:13 +0200 (CEST) Date: Wed, 15 Jul 2020 17:13:11 +0200 From: Oguz Bektas To: Proxmox VE development discussion Cc: pve-devel@pve.proxmox.com Message-ID: <20200715151311.GB13999@gaia.proxmox.com> Mail-Followup-To: Oguz Bektas , Proxmox VE development discussion , pve-devel@pve.proxmox.com References: <20200715142933.26577-1-d.whyte@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200715142933.26577-1-d.whyte@proxmox.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-SPAM-LEVEL: Spam detection results: 0 AWL 0.837 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: Re: [pve-devel] [PATCH pve-docs 3/3] README: fix grammatical error X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2020 15:13:45 -0000 lgtm :) On Wed, Jul 15, 2020 at 04:29:33PM +0200, Dylan Whyte wrote: > Fixes a grammatical error on line 143 of the README adoc > > Signed-off-by: Dylan Whyte > --- > README.adoc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README.adoc b/README.adoc > index 754ca1e..2f84ddf 100644 > --- a/README.adoc > +++ b/README.adoc > @@ -143,7 +143,7 @@ Bulleted lists should be created using the '*' symbol: > * First level again > > > -If you need to have other elements on the same level than a list element you > +If you need to have other elements on the same level as a list element you > can do this with the '+' symbol: > > ---- > -- > 2.20.1 > > > > _______________________________________________ > pve-devel mailing list > pve-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel > >