From cdf452a23bf91243045e8da00760bbc5e39c1c2f Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Wed, 28 May 2014 17:29:40 +0200 Subject: [PATCH] Fix typo of `occurred' in posix-divergence. --- doc/posix-divergence | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/posix-divergence b/doc/posix-divergence index a6b89eba..eb54c482 100644 --- a/doc/posix-divergence +++ b/doc/posix-divergence @@ -56,6 +56,6 @@ mandated by POSIX. This has the advantage that time_t values are unambiguously translate to a particular date and time and back and that the values are continuous and adding an internal to a time_t value actually delays by that interval. This has the unfortunate consequence that translating to and from -POSIX time requires subtracting the number of leap seconds that has occured for +POSIX time requires subtracting the number of leap seconds that has occurred for that time value. The standard library needs to get some utility functions for doing such conversion.