From 9f1423912379cb542ca0953fb259234b99c2dfeb Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Sun, 25 Dec 2016 01:49:53 +0200 Subject: [PATCH 1/2] Fixed typo in time_compat.erl module docs --- src/time_compat.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/time_compat.erl b/src/time_compat.erl index 6604431..b000ba1 100644 --- a/src/time_compat.erl +++ b/src/time_compat.erl @@ -26,7 +26,7 @@ %% versions. This way your code can automatically take advantage %% of the improvements in the API when available. This is an %% example of how to implement such an API, but it can be used -%% as is if you want to. Just add (a preferrably renamed version of) +%% as is if you want to. Just add (a preferably renamed version of) %% this module to your project, and call the API via this module %% instead of calling the BIFs directly. %% From 487869f6775941deee4a426e6e742d210ee19b8c Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Sun, 25 Dec 2016 01:52:39 +0200 Subject: [PATCH 2/2] Another typo --- src/time_compat.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/time_compat.erl b/src/time_compat.erl index b000ba1..42ab2e4 100644 --- a/src/time_compat.erl +++ b/src/time_compat.erl @@ -242,7 +242,7 @@ unique_integer_pre_18(Modifiers) -> case is_valid_modifier_list(Modifiers) of true -> %% now() converted to an integer - %% fullfill the requirements of + %% fulfill the requirements of %% all modifiers: unique, positive, %% and monotonic... {MS, S, US} = erlang:now(),