From fe05e0bac371e921211d13b4903b117a8491ab66 Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Wed, 25 Jul 2018 14:48:28 +0200 Subject: Fix typo --- packages/abi-gen/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/abi-gen/src/index.ts b/packages/abi-gen/src/index.ts index 753bb2cce..f5283b97a 100644 --- a/packages/abi-gen/src/index.ts +++ b/packages/abi-gen/src/index.ts @@ -109,7 +109,7 @@ for (const abiFileName of abiFileNames) { const outFilePath = `${args.output}/${outFileName}.ts`; if (utils.isOutputFileUpToDate(abiFileName, outFilePath)) { - logUtils.log(`Aready up to date: ${chalk.bold(outFilePath)}`); + logUtils.log(`Already up to date: ${chalk.bold(outFilePath)}`); continue; } -- cgit v1.2.3