[syslinux:elflink] diag/mbr: Fix typo in README

syslinux-bot for Matt Fleming matt.fleming at intel.com
Wed Oct 24 08:27:04 PDT 2012


Commit-ID:  c5d8c3f1676afb21cc9f780b6161eaaab35730fc
Gitweb:     http://www.syslinux.org/commit/c5d8c3f1676afb21cc9f780b6161eaaab35730fc
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Tue, 23 Oct 2012 16:49:23 +0100
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Tue, 23 Oct 2012 16:53:45 +0100

diag/mbr: Fix typo in README

Reported-by: Ady <ady-sf at hotmail.com>
Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 diag/mbr/README |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/diag/mbr/README b/diag/mbr/README
index 96b67c6..786816c 100644
--- a/diag/mbr/README
+++ b/diag/mbr/README
@@ -11,7 +11,7 @@ Writing out an MBR is straight forward (it is assumed below that /dev/hda is the
 
   dd conv=notrunc bs=440 count=1 if=mbr.bin of=/dev/hda
 
-Writing a VBR to match Syslinux requires more work as it must have a jump and be offset into the partition (and as a result the code must be compaible with this offset):
+Writing a VBR to match Syslinux requires more work as it must have a jump and be offset into the partition (and as a result the code must be compatible with this offset):
 
   echo -en "\0353\0130\0220" |dd conv=notrunc bs=1 count=3 of=/dev/hda1
   dd conv=notrunc bs=2 count=210 seek=45 if=mbr.bin of=/dev/hda1


More information about the Syslinux-commits mailing list