diff --git a/libraries/AP_Param/AP_Param.h b/libraries/AP_Param/AP_Param.h index c2ed166eeb..055a7dba3c 100644 --- a/libraries/AP_Param/AP_Param.h +++ b/libraries/AP_Param/AP_Param.h @@ -292,7 +292,7 @@ public: /// gat a value by name, used by scripting /// /// @param name The full name of the variable to be found. - /// @param value A refernce to the variable + /// @param value A reference to the variable /// @return true if the variable is found static bool get(const char *name, float &value);