AP_Param: minor spelling fix

This commit is contained in:
Randy Mackay 2020-08-10 13:48:03 +09:00 committed by Peter Barker
parent 918dfc13f7
commit a66893a295

View File

@ -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);