pardahlman / RawRabbit

A modern .NET framework for communication over RabbitMq
MIT License
746 stars 144 forks source link

(#348) Fix Receive word misspelling #349

Closed sayfulloev closed 6 years ago

sayfulloev commented 6 years ago

Description

348

Receive English word is known to be commonly misspelled as Recieve. This commit fixes it as it is widely used in variable and constants names, classes, enums, log debug messages, XML comments and unit tests.

Check List