From nobody Tue Nov 26 00:27:09 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) client-ip=207.211.31.120; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1587367995; cv=none; d=zohomail.com; s=zohoarc; b=Zk1p6YlsNNvYhj+LYsFhVMoRoeZA5wuCtQXE51VXVx7olV5fgOAbnIzBzpqo4e/tws3jJLEdR6MM/CrTl9T3gx0gaBqRgvp0/zy7qojXJGXlS5q5erl6G29mvkpUtL1nqfTRSp6ZLX0OIL+RnTNEbGh46hjG0rKj1NkUiU5NLvA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1587367995; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=a1mb84au1RZVJrQx2Aj68doQceEXzcoq5SOHzvkvEcw=; b=hW/SeEtxAtdwuEj40p/fcZmCoYaEEL2EwPD3e3BFxUaicKnMTBf67ICYVg1caDSXjEmSXH75+GiUsBx0FZID5xh/p1qffesE4NO+QGc9Ks4fdM/CivxUGY7V9aS9kTiMa1BoDeTUz3UiXweLZcb1yolr+wKXRWeefj7D0mb8fXs= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 207.211.31.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by mx.zohomail.com with SMTPS id 1587367995510380.4186045469322; Mon, 20 Apr 2020 00:33:15 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-455-ZS-On7-eM3ukmmnqMJD78Q-1; Mon, 20 Apr 2020 03:33:12 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 16FD1107ACC9; Mon, 20 Apr 2020 07:33:06 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 124965C1C3; Mon, 20 Apr 2020 07:33:04 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 676E718034E9; Mon, 20 Apr 2020 07:32:59 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 03K7Wv7w029506 for ; Mon, 20 Apr 2020 03:32:57 -0400 Received: by smtp.corp.redhat.com (Postfix) id 292DD5DA83; Mon, 20 Apr 2020 07:32:57 +0000 (UTC) Received: from sturgeon.redhat.com (unknown [10.40.194.12]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7109D5DA7C; Mon, 20 Apr 2020 07:32:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1587367994; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=a1mb84au1RZVJrQx2Aj68doQceEXzcoq5SOHzvkvEcw=; b=E5JpLax5j/f/KDFzRgEZNXR1PtdoW5rPE4M+pvOia9mW9jXAfaovxEFYYoz6S2plK+NggM jtvPp7V9EgjQkiwCoqInWOQaKxaPugSTD1qGf3TBe0u+URO4l3285o+CsVgmGBZLEUjKPV ZuQJ/9bMD7rLBMRbiN7EmO+E/gc1FL0= X-MC-Unique: ZS-On7-eM3ukmmnqMJD78Q-1 From: Erik Skultety To: libvir-list@redhat.com Subject: [libvirt-ci PATCH] README: Fix "maintainance" typo Date: Mon, 20 Apr 2020 09:32:52 +0200 Message-Id: <1bc4990ac672056073d85e28505f41aa2ab9b1f2.1587367930.git.eskultet@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com Cc: Erik Skultety X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Signed-off-by: Erik Skultety --- Pushed as trivial. guests/README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guests/README.markdown b/guests/README.markdown index ed9be06..7dbefed 100644 --- a/guests/README.markdown +++ b/guests/README.markdown @@ -18,7 +18,7 @@ There are two steps to bringing up a guest: post-installation configuration steps required to make the newly-created guest usable and ready to be used for building `$project`; -Once those steps have been performed, maintainance will involve running: +Once those steps have been performed, maintenance will involve running: lcitool update $guest $project -- 2.25.2