Skip to content

Commit 6a3364b

Browse files
committed
typo fix
1 parent 0f7ebc0 commit 6a3364b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtq/rtq.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ func messageHandler(db *bolt.DB, mq chan Message, remove chan int) {
264264
}
265265
}
266266

267-
// ensureMqBocket makes a bucket for the message queue
267+
// ensureMqBucket makes a bucket for the message queue
268268
func ensureMqBucket(db *bolt.DB) error {
269269
// make our message queue bucket
270270
err := db.Update(func(tx *bolt.Tx) error {

0 commit comments

Comments
 (0)