typo: fixed spelling of protocol detector class name

This commit is contained in:
rdu
2022-10-18 15:04:36 +08:00
parent 1fb2f33f3d
commit 7410dacb58
6 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
#include "ugv_sdk/details/interface/parser_interface.hpp"
namespace westonrobot {
class ProtocolDectctor {
class ProtocolDetector {
public:
bool Connect(std::string can_name);