Browse Source

fixed AMPQ -> AMQP typo

Torkel Ödegaard 10 years ago
parent
commit
b5418c40ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/events/events.go

+ 1 - 1
pkg/events/events.go

@@ -5,7 +5,7 @@ import (
 	"time"
 )
 
-// Events can be passed to external systems via for example AMPQ
+// Events can be passed to external systems via for example AMQP
 // Treat these events as basically DTOs so changes has to be backward compatible
 
 type Priority string