aboutsummaryrefslogtreecommitdiffstats
path: root/index
diff options
context:
space:
mode:
authorKian-Meng Ang <[email protected]>2022-03-06 21:58:17 +0800
committerLoïc Hoguin <[email protected]>2023-05-12 12:10:05 +0200
commita6c516db2b66b8b9822466cd0516adc7a2e0cdbc (patch)
treec75097634ae37ff279ece5b0ca592e89a5a796bd /index
parent16f910156aa86da27e923fa8235c0a2d487cc262 (diff)
downloaderlang.mk-a6c516db2b66b8b9822466cd0516adc7a2e0cdbc.tar.gz
erlang.mk-a6c516db2b66b8b9822466cd0516adc7a2e0cdbc.tar.bz2
erlang.mk-a6c516db2b66b8b9822466cd0516adc7a2e0cdbc.zip
Fix typos
Diffstat (limited to 'index')
-rw-r--r--index/chronos.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/index/chronos.mk b/index/chronos.mk
index b538f1c..5c536fe 100644
--- a/index/chronos.mk
+++ b/index/chronos.mk
@@ -1,6 +1,6 @@
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