From 0549e62a14ae6d3c398c6ff8b29549d4671a306f Mon Sep 17 00:00:00 2001 From: GlorifiedPig Date: Thu, 21 Mar 2024 23:16:37 +0200 Subject: [PATCH] patterns/tar: Fixed minor typo (#230) changes "if" to "id" --- patterns/tar.hexpat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/tar.hexpat b/patterns/tar.hexpat index 278cb8b..1bb55e1 100644 --- a/patterns/tar.hexpat +++ b/patterns/tar.hexpat @@ -41,7 +41,7 @@ struct posix_header { char name[100] [[name("file name")]]; char mode[8] [[name("file mode")]]; char uid[8] [[name("user id of the file")]]; - char gid[8] [[name("group if of the file")]]; + char gid[8] [[name("group id of the file")]]; char size[12] [[name("size of the file in octal")]]; char mtime[12] [[name("modified time of file in epoch time")]]; char chksum[8] [[name("checksum")]];