Skip to content

Commit

Permalink
cspell. fix
Browse files Browse the repository at this point in the history
Signed-off-by: amc-nu <[email protected]>
  • Loading branch information
amc-nu committed Aug 7, 2023
1 parent f4a1171 commit f42d907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class NebulaHwInterfaceBase
/**
* Callback function to receive the Cloud Packet data from the UDP Driver
* @param buffer Buffer containing the data received from the UDP socket
* @return Status::OK if no error occured.
* @return Status::OK if no error occurred.
*/
virtual void ReceiveCloudPacketCallback(const std::vector<uint8_t> & buffer) = 0;
// virtual Status RegisterScanCallback(
Expand Down

0 comments on commit f42d907

Please sign in to comment.