Fix UnknownGoalHandle error string. (#856)
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
This commit is contained in:
parent
cf838d1eb7
commit
9b47f36080
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class UnknownGoalHandleError : public std::invalid_argument
|
|||
{
|
||||
public:
|
||||
UnknownGoalHandleError()
|
||||
: std::invalid_argument("Goal handle is not know to this client.")
|
||||
: std::invalid_argument("Goal handle is not known to this client.")
|
||||
{
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue