From 824446bf2f91d76743d9c8c17d710d4ac51bfaf8 Mon Sep 17 00:00:00 2001 From: Thomas Gubler Date: Tue, 30 Dec 2014 11:15:46 +0100 Subject: [PATCH] typo --- src/platforms/px4_defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/px4_defines.h b/src/platforms/px4_defines.h index c1a0782c49..d6d23d013a 100644 --- a/src/platforms/px4_defines.h +++ b/src/platforms/px4_defines.h @@ -78,7 +78,7 @@ /* Parameter handle datatype */ typedef const char *px4_param_t; -/* Helper fucntions to set ROS params, only int and float supported */ +/* Helper functions to set ROS params, only int and float supported */ static inline px4_param_t PX4_ROS_PARAM_SET(const char *name, int value) { ros::param::set(name, value);