summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2015-02-23 15:22:40 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2015-02-23 15:26:58 +0100
commit4aab5d0cbd979b2cccb88534f118bceaa86466d8 (patch)
tree4bde0febbcb533bf27316b5b9dab109295432df1 /src/nspawn
parentd3ca673849606900d285d51b1a2e41914f4cd45f (diff)
nspawn: fix whitespace and typo in partition table blurb
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index 0d8d199de..a9b9a3e06 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -2754,7 +2754,7 @@ static int setup_image(char **device_path, int *loop_nr) {
#define PARTITION_TABLE_BLURB \
"Note that the disk image needs to either contain only a single MBR partition of\n" \
- "type 0x83 that is marked bootable, or a sinlge GPT partition of type" \
+ "type 0x83 that is marked bootable, or a single GPT partition of type " \
"0FC63DAF-8483-4772-8E79-3D69D8477DE4 or follow\n" \
" http://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/\n" \
"to be bootable with systemd-nspawn."