Skip to content

Commit

Permalink
Fix the spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Dec 7, 2023
1 parent be297aa commit 8fb7091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const MaxDevicesHeader = "X-Xmidt-Max-Devices"
const DefaultWRPContentType = "application/octet-stream"

// WRPTimestampMetadataKey is the uniform timestamp given to all device wrp messsages (expect for message sent to devices `writePump`)
const WRPTimestampMetadataKey = "/xdmit-timestamp"
const WRPTimestampMetadataKey = "/xmidt-timestamp"

// emptyBuffer is solely used as an address of a global empty buffer.
// This sentinel value will reset pointers of the writePump's encoder
Expand Down

0 comments on commit 8fb7091

Please sign in to comment.