correct misspell in cmd/dist/fetch.go and events/transaction.go

Signed-off-by: fate-grand-order <chenjg@harmonycloud.cn>
This commit is contained in:
fate-grand-order
2017-02-21 20:24:04 +08:00
parent 696e88c813
commit 3626ee7b77
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ func (tx *transaction) begin(ctx context.Context, poster Poster) *transaction {
}
// post the transaction started event
poster.Post(ctx, child.makeTransactionEvent("begin")) // tranactions are really just events
poster.Post(ctx, child.makeTransactionEvent("begin")) // transactions are really just events
return child
}