From 08b5230c9503b080b566d7bfc6d8daa9b3075555 Mon Sep 17 00:00:00 2001 From: OYTIS Date: Fri, 26 May 2017 17:42:03 +0200 Subject: Fix broken English --- classes/image_types_ostree.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'classes') diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index c6b0727..2a74e51 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass @@ -22,10 +22,10 @@ python () { if d.getVar("SOTA_AUTOPROVISION_CREDENTIALS", True): bb.warn("SOTA_AUTOPROVISION_CREDENTIALS are overriden by those in SOTA_PACKED_CREDENTIALS") if d.getVar("SOTA_AUTOPROVISION_URL", True): - bb.warn("SOTA_AUTOPROVISION_URL is overriden by one in SOTA_PACKED_CREDENTIALS") + bb.warn("SOTA_AUTOPROVISION_URL is overriden by the one in SOTA_PACKED_CREDENTIALS") if d.getVar("SOTA_AUTOPROVISION_URL_FILE", True): - bb.warn("SOTA_AUTOPROVISION_URL_FILE is overriden by one in SOTA_PACKED_CREDENTIALS") + bb.warn("SOTA_AUTOPROVISION_URL_FILE is overriden by the one in SOTA_PACKED_CREDENTIALS") if d.getVar("OSTREE_PUSH_CREDENTIALS", True): bb.warn("OSTREE_PUSH_CREDENTIALS are overriden by those in SOTA_PACKED_CREDENTIALS") -- cgit v1.2.3-54-g00ecf