Skip to content

Commit d834daa

Browse files
Lalit Beganiwjwwood
authored andcommitted
Fix typo error (#164)
1 parent d7b9f4c commit d834daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rmw/include/rmw/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ enum {RMW_QOS_POLICY_DEPTH_SYSTEM_DEFAULT = 0};
230230

231231
// Type mapping of rcutils log severity types to
232232
// rmw specific types.
233-
typedef enum RWM_PUBLIC_TYPE
233+
typedef enum RMW_PUBLIC_TYPE
234234
{
235235
RMW_LOG_SEVERITY_DEBUG = RCUTILS_LOG_SEVERITY_DEBUG,
236236
RMW_LOG_SEVERITY_INFO = RCUTILS_LOG_SEVERITY_INFO,

0 commit comments

Comments
 (0)