Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrinjani committed Dec 14, 2017
1 parent eb09583 commit 8a4bf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArbitragerImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class ArbitragerImpl implements Arbitrager {
this.log.info(t`StartingArbitrager`);
this.quoteAggregator.onQuoteUpdated = (quotes: Quote[]) => this.quoteUpdated(quotes);
this.status = 'Started';
this.log.info(t`StartedArbitragert`);
this.log.info(t`StartedArbitrager`);
}

async stop(): Promise<void> {
Expand Down

0 comments on commit 8a4bf4d

Please sign in to comment.