803fb7
From 3af8c723aebecb5d220fdb5b1fb80a097c366db1 Mon Sep 17 00:00:00 2001
803fb7
From: Jan Synacek <jsynacek@redhat.com>
803fb7
Date: Mon, 23 Feb 2015 15:22:40 +0100
803fb7
Subject: [PATCH] nspawn: fix whitespace and typo in partition table blurb
803fb7
803fb7
(cherry picked from commit 4aab5d0cbd979b2cccb88534f118bceaa86466d8)
803fb7
---
803fb7
 src/nspawn/nspawn.c | 2 +-
803fb7
 1 file changed, 1 insertion(+), 1 deletion(-)
803fb7
803fb7
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
803fb7
index fb672510b..7724df96b 100644
803fb7
--- a/src/nspawn/nspawn.c
803fb7
+++ b/src/nspawn/nspawn.c
803fb7
@@ -2676,7 +2676,7 @@ static int setup_image(char **device_path, int *loop_nr) {
803fb7
 
803fb7
 #define PARTITION_TABLE_BLURB \
803fb7
         "Note that the disk image needs to either contain only a single MBR partition of\n" \
803fb7
-        "type 0x83 that is marked bootable, or a sinlge GPT partition of type" \
803fb7
+        "type 0x83 that is marked bootable, or a single GPT partition of type " \
803fb7
         "0FC63DAF-8483-4772-8E79-3D69D8477DE4 or follow\n" \
803fb7
         "    http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/\n" \
803fb7
         "to be bootable with systemd-nspawn."