From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by dpdk.org (Postfix) with ESMTP id 1B04A2082 for ; Fri, 18 Jan 2019 13:48:33 +0100 (CET) Received: by mail-wm1-f66.google.com with SMTP id p6so4393038wmc.1 for ; Fri, 18 Jan 2019 04:48:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=6ru/6sfOb4y4NIe/VQ4XgCD9Lk98CpI2OdA1osvvZzY=; b=dNlSHdScWXKIfZ6IrWq75h0tTiHpQDG1POl0lUwqQN3R1Xg/hUqhrOmqmh3b+1nwPF eRO2dFCETeiat0yQMjh+AwxFXBuu1LqVG95BZPGHe/upDDTIVeL8pNtdweI6p7eLw4Eg aFfUl4hbTW6oizWDWNdj0IoPwAmcvcbJF5rflv3GUA/fytS9R0bdBZ/tOIbt3+axFsS2 MPsZ6IvoVRStpspMi3oVYWOPZFvxL+CCLoX5iGesn6GztqEn4hBli6Zn+HHmmAZEQ282 GGQexjHPAXq6o48FHAuz2mABh0drh8zKJEdQ9ofDF4y+sHaL69mm2b9Wf2+3jesWqUkg 3Syg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=6ru/6sfOb4y4NIe/VQ4XgCD9Lk98CpI2OdA1osvvZzY=; b=jh29sm3E3o35eixsx55AWDZTsdah3xF+FINjGqZoIRbo9spE/nqKp00tsDlGEC1tLM kETkIpzKb9BbChtLJCw2YjIkN5ah86PM3HCbGxcg0oi2ZLmFG6Xs6jRej2k8zSmAmUO0 HZfhrrPez+II1JS5tK8LWkAeoxvb4cfcluo+vVx/fMAOyULsvuV372UU/pRB2CXNRs85 kugZJqVvEjfSsGJ51CKL4aXK05PfePNFGP17Tt4gCkAD2F9sWSB1yAjcHSM0YUU4EtO1 nAT+4Nynbae+8SG0UwQFaSymhCcCmVWYkLjpw5qkBYY8X2YTGqBifGoY9EII1TsRHVNP GFKQ== X-Gm-Message-State: AJcUukeS7YR78aC6FdmzGKIu7Inq9/AEwdZyzgyH8VWSsNhleZiIA++q EiM93uelTZYHPGKx6DccM2RBWQ2KSIc= X-Google-Smtp-Source: ALg8bN65LAnMNoGn1hVPrK+abKGDwoPjDe2HBUOH8B5h3fPKCByFFIlCL9fa4bwoYfkD3U1nw7I0tw== X-Received: by 2002:a1c:a70a:: with SMTP id q10mr14573255wme.58.1547815712721; Fri, 18 Jan 2019 04:48:32 -0800 (PST) Received: from localhost.localdomain (bzq-109-66-107-204.red.bezeqint.net. [109.66.107.204]) by smtp.gmail.com with ESMTPSA id z14sm59314101wrm.48.2019.01.18.04.48.31 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 18 Jan 2019 04:48:32 -0800 (PST) From: Rami Rosen To: dts@dpdk.org Cc: Rami Rosen Date: Fri, 18 Jan 2019 14:48:26 +0200 Message-Id: <20190118124826.8089-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH] framework/exception: fix a typo X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jan 2019 12:48:33 -0000 Signed-off-by: Rami Rosen --- framework/exception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/exception.py b/framework/exception.py index 654e420..cc2f724 100644 --- a/framework/exception.py +++ b/framework/exception.py @@ -102,7 +102,7 @@ class PortConfigParseException(Exception): class VirtConfigParamException(Exception): """ - Virtualizatoin param execution exception. + Virtualization param execution exception. """ def __init__(self, param): self.param = param -- 2.19.2