Fix some typos in documentation and comments.

This commit is contained in:
Markus F.X.J. Oberhumer
2012-03-27 02:14:03 +02:00
parent 340c3963d8
commit 82801d1411
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -599,7 +599,7 @@ void PackArmPe::pack(OutputFile *fo)
if (((isection[ic].flags & (PEFL_WRITE|PEFL_SHARED))
== (PEFL_WRITE|PEFL_SHARED)))
if (!opt->force)
throwCantPack("writeable shared sections not supported (try --force)");
throwCantPack("writable shared sections not supported (try --force)");
if (jc && isection[ic].rawdataptr - jc > ih.filealign)
throwCantPack("superfluous data between sections");
fi->seek(isection[ic].rawdataptr,SEEK_SET);