Skip to content

Commit

Permalink
Fixing typo of the word 'first'
Browse files Browse the repository at this point in the history
  • Loading branch information
davebobak authored and NatalieWolfe committed Feb 6, 2017
1 parent 9ae0a5f commit bce074e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transaction/trace/aggregator.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ TraceAggregator.prototype.harvest = function harvest(callback) {
var max = this.trace.transaction.agent.config.max_trace_segments
if (this.trace.segmentsSeen > max) {
logger.warn(
'transaction %s contained %d segments, only collecting the fist %d',
'transaction %s contained %d segments, only collecting the first %d',
this.trace.transaction.name,
this.trace.segmentsSeen,
max
Expand Down

0 comments on commit bce074e

Please sign in to comment.