Skip to content

Commit

Permalink
Update Development/nmos/control_protocol_handlers.h
Browse files Browse the repository at this point in the history
Co-authored-by: jonathan-r-thorpe <[email protected]>
  • Loading branch information
lo-simon and jonathan-r-thorpe authored Mar 5, 2024
1 parent f80caad commit f41032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Development/nmos/control_protocol_handlers.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace nmos
struct datatype_descriptor;
}

// callback to retrieve a specific control protocol classs descriptor
// callback to retrieve a specific control protocol class descriptor
// this callback should not throw exceptions
typedef std::function<experimental::control_class_descriptor(const nc_class_id& class_id)> get_control_protocol_class_descriptor_handler;

Expand Down

0 comments on commit f41032a

Please sign in to comment.