>From 86c090a08b1f8721636e789a970d856bf7003cb9 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Thu, 4 Jul 2019 14:41:26 -0700
Subject: [PROPOSED] More improvement of UT1 description

* leapseconds.awk: Improve UT1 description again.
(Problem pointed out by Steve Allen.)
---
 leapseconds.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/leapseconds.awk b/leapseconds.awk
index f5ec22c..652a45b 100755
--- a/leapseconds.awk
+++ b/leapseconds.awk
@@ -23,7 +23,7 @@ BEGIN {
   print "# <https://www.itu.int/rec/R-REC-TF.460-6-200202-I/>."
   print "# The International Earth Rotation and Reference Systems Service"
   print "# periodically uses leap seconds to keep UTC to within 0.9 s of UT1"
-  print "# (a proxy for Earth's angle in space corrected for polar motion)"
+  print "# (a proxy for Earth's angle in space as measured by astronomers)"
   print "# and publishes leap second data in a copyrighted file"
   print "# <https://hpiers.obspm.fr/iers/bul/bulc/Leap_Second.dat>."
   print "# See: Levine J. Coordinated Universal Time and the leap second."
-- 
2.17.1

