From: NiLuJe Date: Tue, 24 Dec 2013 18:08:44 +0000 (+0100) Subject: Harmless typo in a comment. X-Git-Tag: v3.1.900a~337 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F56%2Fhead;p=thirdparty%2Flibarchive.git Harmless typo in a comment. --- diff --git a/libarchive/archive_pack_dev.c b/libarchive/archive_pack_dev.c index 5295da2a1..c90d8defb 100644 --- a/libarchive/archive_pack_dev.c +++ b/libarchive/archive_pack_dev.c @@ -76,7 +76,7 @@ static const char iMajorError[] = "invalid major number"; static const char iMinorError[] = "invalid minor number"; static const char tooManyFields[] = "too many fields for format"; -/* This is balatantly stolen from libarchive/archive_entry.c, +/* This is blatantly stolen from libarchive/archive_entry.c, * in an attempt to get this to play nice on MinGW... */ #if !defined(HAVE_MAJOR) && !defined(major) /* Replacement for major/minor/makedev. */