From 3818d7dc6e003fe173eff60512c02317e9f974a8 Mon Sep 17 00:00:00 2001 From: Zeb Walker Date: Wed, 8 Apr 2020 10:21:51 -0400 Subject: [PATCH] Fix typo --- core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.js b/core.js index 64e30ab..b5ae05f 100644 --- a/core.js +++ b/core.js @@ -117,7 +117,7 @@ function install(ad, update, hook) { notify('ongoing', update ? 'checking for updates...' : 'waiting...') api.info(ad, info => { - if (!info) return notify('failed', 'not availabe') + if (!info) return notify('failed', 'not available') // fix source ad.source = info.source