From 15531b2c5281c8cd753f9d750e614570223039a4 Mon Sep 17 00:00:00 2001 From: apio Date: Sun, 6 Nov 2022 11:51:47 +0100 Subject: [PATCH] Fix typo =D --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e1a2f5..02ecad9 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ This function starts searching from the current archive position, which means th The state of `mp` after `minitar_find_by_name()` returns is unspecified, but a successive call to `minitar_find_by_name()` will return the next matching entry, if there is one. (Calling `minitar_find_by_name()` in a loop until it returns NULL will return all matching entries.) -In order to petform other minitar operations on the archive, `minitar_rewind()` should probably be called first, to get a known state. +In order to perform other minitar operations on the archive, `minitar_rewind()` should probably be called first, to get a known state. ### minitar_find_any_of `struct minitar_entry* minitar_find_any_of(struct minitar* mp, enum minitar_file_type type)`