Re: [systemd-devel] [PATCH] nspawn: fix whitespace and typo in partition table blurb

2015-02-23 Thread Martin Pitt
Hey Jan,

Jan Synacek [2015-02-23 15:22 +0100]:
 - fix additional typo on the same line, doh

Applied, thanks!

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [PATCH] nspawn: fix whitespace and typo in partition table blurb

2015-02-23 Thread Jan Synacek
---
Changes in v2:
- fix additional typo on the same line, doh

 src/nspawn/nspawn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index 0d8d199..a9b9a3e 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.
-- 
2.1.0

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel