aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-compiler/src/utils/compiler.ts
diff options
context:
space:
mode:
authorFabio B <kandinsky454@protonmail.ch>2018-12-19 22:57:19 +0800
committerGitHub <noreply@github.com>2018-12-19 22:57:19 +0800
commite886ef8c4b3d5f97fca6eb6decf3273fb401222d (patch)
tree2395b7a7c2c225785f11360e44c9be62d5809aef /packages/sol-compiler/src/utils/compiler.ts
parent86a9375d047f78981ffba74d24543184b8ea089a (diff)
downloaddexon-0x-contracts-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.tar
dexon-0x-contracts-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.tar.gz
dexon-0x-contracts-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.tar.bz2
dexon-0x-contracts-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.tar.lz
dexon-0x-contracts-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.tar.xz
dexon-0x-contracts-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.tar.zst
dexon-0x-contracts-e886ef8c4b3d5f97fca6eb6decf3273fb401222d.zip
Update packages/sol-compiler/src/utils/compiler.ts
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com>
Diffstat (limited to 'packages/sol-compiler/src/utils/compiler.ts')
-rw-r--r--packages/sol-compiler/src/utils/compiler.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sol-compiler/src/utils/compiler.ts b/packages/sol-compiler/src/utils/compiler.ts
index 486d8bedd..db308f2b5 100644
--- a/packages/sol-compiler/src/utils/compiler.ts
+++ b/packages/sol-compiler/src/utils/compiler.ts
@@ -224,7 +224,7 @@ function recursivelyGatherDependencySources(
}
let importPath = importPathMatches[1];
- // HACK(ablrow): We have, e.g.:
+ // HACK(albrow): We have, e.g.:
//
// importPath = "../../utils/LibBytes/LibBytes.sol"
// contractPath = "2.0.0/protocol/AssetProxyOwner/AssetProxyOwner.sol"