aboutsummaryrefslogtreecommitdiffstats
path: root/CompilerStack.h
diff options
context:
space:
mode:
authorLiana Husikyan <liana@ethdev.com>2015-04-14 17:38:36 +0800
committerLiana Husikyan <liana@ethdev.com>2015-04-17 23:41:50 +0800
commit1cfa9649901a0093816f9afac403d7931ab560be (patch)
treecb862bf27c322099e042a8e57571c4717ac7fba4 /CompilerStack.h
parentf829dad7e385aa9578d56fe926a4741f9f90c105 (diff)
downloaddexon-solidity-1cfa9649901a0093816f9afac403d7931ab560be.tar.gz
dexon-solidity-1cfa9649901a0093816f9afac403d7931ab560be.tar.zst
dexon-solidity-1cfa9649901a0093816f9afac403d7931ab560be.zip
style fixes
Diffstat (limited to 'CompilerStack.h')
-rw-r--r--CompilerStack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CompilerStack.h b/CompilerStack.h
index ef3d0966..2e7c217d 100644
--- a/CompilerStack.h
+++ b/CompilerStack.h
@@ -102,7 +102,7 @@ public:
/// Streams a verbose version of the assembly to @a _outStream.
/// @arg _sourceCodes is the map of input files to source code strings
- /// @arg _inJsonFromat shows weather the out should be in Json format
+ /// @arg _inJsonFromat shows whether the out should be in Json format
/// Prerequisite: Successful compilation.
void streamAssembly(std::ostream& _outStream, std::string const& _contractName = "", StringMap _sourceCodes = StringMap(), bool _inJsonFormat = false) const;