From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1fDq-0005dG-0A for qemu-devel@nongnu.org; Wed, 15 Aug 2012 11:09:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1fDo-0001GM-S6 for qemu-devel@nongnu.org; Wed, 15 Aug 2012 11:09:25 -0400 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:51785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1fDo-0001GD-Iy for qemu-devel@nongnu.org; Wed, 15 Aug 2012 11:09:24 -0400 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 15 Aug 2012 16:09:24 +0100 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7FF9GB623461948 for ; Wed, 15 Aug 2012 15:09:16 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7FF9KAu003139 for ; Wed, 15 Aug 2012 09:09:22 -0600 From: Stefan Hajnoczi Date: Wed, 15 Aug 2012 16:09:00 +0100 Message-Id: <1345043344-3978-6-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1345043344-3978-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1345043344-3978-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 5/9] docs: Fix spelling (propery -> property) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Weil , qemu-devel@nongnu.org, Stefan Hajnoczi From: Stefan Weil Signed-off-by: Stefan Weil Signed-off-by: Stefan Hajnoczi --- docs/bootindex.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bootindex.txt b/docs/bootindex.txt index 16083b3..803ebfc 100644 --- a/docs/bootindex.txt +++ b/docs/bootindex.txt @@ -1,4 +1,4 @@ -= Bootindex propery = += Bootindex property = Block and net devices have bootindex property. This property is used to determine the order in which firmware will consider devices for booting -- 1.7.10.4