From 60141fbbc3c93df8238b45ebfbb77bcf172a543c Mon Sep 17 00:00:00 2001 From: fmaccha Date: Fri, 19 Apr 2024 04:52:22 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed0a6e0..0127608 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ By default, Tataki reads the first 100,000 records of the input file. You can ch tataki -n 1000 ``` -#### Avoiding misidentifyll +#### Avoiding misidentification of file formats of corrupted files By using the `-t|--tidy` option, Tataki attempts to read the whole lines from the input files. This options helps when the file is truncated or its end is corrupted.