diff options
Diffstat (limited to 'src/lib/pubsub/pub_binding_st.h')
-rw-r--r-- | src/lib/pubsub/pub_binding_st.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubsub/pub_binding_st.h b/src/lib/pubsub/pub_binding_st.h index d7c562fc35..e35f246c57 100644 --- a/src/lib/pubsub/pub_binding_st.h +++ b/src/lib/pubsub/pub_binding_st.h @@ -30,7 +30,7 @@ typedef struct pub_binding_t { /** * A template for the msg_t fields that are filled in for this message. * This is copied into outgoing messages, ensuring that their fields are set - * corretly. + * correctly. **/ msg_t msg_template; } pub_binding_t; |