From d1f8e3ab7dd077ac18d521d97161f3bdfd2c5d07 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 17 Jun 2016 20:39:52 -0400 Subject: [PATCH] Fix minor type-o --- tz.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tz.html b/tz.html index cd9a1e0..a893ba6 100644 --- a/tz.html +++ b/tz.html @@ -2914,7 +2914,7 @@ contains the following string near the top:

-static std::string install{"~/Downloads/tzdata"};  //  "c:\%homedrive%\%homepath%\downloads\tzdata" on Windows
+static std::string install{"~/Downloads/tzdata"};  //  "%homedrive%\%homepath%\downloads\tzdata" on Windows