From 78128f8d4799a604282bdb1b59d1b6e4bc2b6af7 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Tue, 24 Dec 2013 19:08:44 +0100 Subject: [PATCH] Harmless typo in a comment. --- libarchive/archive_pack_dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.47.2