>From 4170b91a1cca52ecdd1ed54c372b1fe45f573502 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Sun, 12 Sep 2021 17:56:00 -0700
Subject: [PATCH] Fix tzfile.5 miswording (thanks to Tim Parenti).

---
 tzfile.5 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tzfile.5 b/tzfile.5
index cf7d4af..bab6390 100644
--- a/tzfile.5
+++ b/tzfile.5
@@ -280,7 +280,7 @@ Readers should calculate the total lengths of the
 headers and data blocks and check that they all fit within
 the actual file size, as part of a validity check for the file.
 .PP
-When a positive leap second occurs, readers should append a 60th
+When a positive leap second occurs, readers should append an extra
 second to the local minute containing the second just before the leap
 second.  If this occurs when the UTC offset is not a multiple of 60
 seconds, the leap second occurs earlier than the last second of the
-- 
2.31.1

