From 45e77de28e7525dd9783df2f7f933aeac896cd73 Mon Sep 17 00:00:00 2001 From: Constantin Angheloiu Date: Sun, 10 Sep 2023 23:17:10 +0300 Subject: [PATCH] Fix typo --- erlang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erlang.mk b/erlang.mk index e8492aee..469af7a4 100644 --- a/erlang.mk +++ b/erlang.mk @@ -627,7 +627,7 @@ pkg_check_node_commit = master PACKAGES += chronos pkg_chronos_name = chronos -pkg_chronos_description = Timer module for Erlang that makes it easy to abstact time out of the tests. +pkg_chronos_description = Timer module for Erlang that makes it easy to abstract time out of the tests. pkg_chronos_homepage = https://github.com/lehoff/chronos pkg_chronos_fetch = git pkg_chronos_repo = https://github.com/lehoff/chronos