X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fnspawn%2Fnspawn.c;h=a9b9a3e062f7a6d0abd78660ab5c3e22bd3996b6;hb=4aab5d0cbd979b2cccb88534f118bceaa86466d8;hp=0d8d199de2d937dd23e72ee05da49fb4e96f91cd;hpb=d3ca673849606900d285d51b1a2e41914f4cd45f;p=elogind.git 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."