Skip to content

Commit

Permalink
typos (#755)
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla authored Apr 21, 2020
1 parent e413734 commit b9b0931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ void setBannedNodeIds(final List<String> values) {
@Option(
names = {"--privacy-precompiled-address"},
description =
"The address to which the privacy pre-compiled contract will be mapped to (default: ${DEFAULT-VALUE})")
"The address to which the privacy pre-compiled contract will be mapped (default: ${DEFAULT-VALUE})")
private final Integer privacyPrecompiledAddress = Address.PRIVACY;

@Option(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private void pushMetrics() {
pushGateway.pushAdd(
((PrometheusMetricsSystem) metricsSystem).getRegistry(), config.getPrometheusJob());
} catch (final IOException e) {
LOG.warn("Cound not push metrics", e);
LOG.warn("Could not push metrics", e);
}
}
}

0 comments on commit b9b0931

Please sign in to comment.