From f2e36bbcb7ac9a02d8b090cd4e7334f1b773a0b8 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 20 Apr 2021 11:26:30 -0700 Subject: [PATCH] fix a couple mispelling, and spell bhyve correctly for the tag.. --- content/2014/10/building-bhyve-images-using-makefs-and.html | 2 +- content/2015/05/xml-schema-validation-for-command-line.html | 2 +- content/2015/07/installing-and-running-netbsd-and.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/2014/10/building-bhyve-images-using-makefs-and.html b/content/2014/10/building-bhyve-images-using-makefs-and.html index 7111578..3c6abba 100644 --- a/content/2014/10/building-bhyve-images-using-makefs-and.html +++ b/content/2014/10/building-bhyve-images-using-makefs-and.html @@ -14,7 +14,7 @@ work to enable bhyve to run on AMD processors. My main development machine is an AMD A10-5700, so the commit enables me to use bhyve for testing. -EDIT: Anish Gupta did the work that Neel Natu commited. Thanks Anish! +EDIT: Anish Gupta did the work that Neel Natu committed. Thanks Anish! I had previously built images using `makefs` and `mkimg` for a CF card for use in another machine, so being able to build images to use with bhyve diff --git a/content/2015/05/xml-schema-validation-for-command-line.html b/content/2015/05/xml-schema-validation-for-command-line.html index 22a5278..8519985 100644 --- a/content/2015/05/xml-schema-validation-for-command-line.html +++ b/content/2015/05/xml-schema-validation-for-command-line.html @@ -16,7 +16,7 @@ contains more than one name space this doesn't work too well as often, each name space is in a separate schema file. The XML document has `xmlns` attributes which use a URI as the identifier. -These URIs are for identifing it, and not a URL, so not able to be used. +These URIs are for identifying it, and not a URL, so not able to be used. In fact, different cases in the URIs specify different name spaces even in the "host" part, though that is not the case with URLs. In order for validators to find the schema, the attribute diff --git a/content/2015/07/installing-and-running-netbsd-and.html b/content/2015/07/installing-and-running-netbsd-and.html index 270ac65..28b2a55 100644 --- a/content/2015/07/installing-and-running-netbsd-and.html +++ b/content/2015/07/installing-and-running-netbsd-and.html @@ -7,7 +7,7 @@ time: 8:37 PM tags: - NetBSD - OpenBSD - - byhve + - bhyve - FreeBSD ---