Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f54f6d8

Browse files
Update retry_node.cpp
1 parent 3b30d6a commit f54f6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/decorators/retry_node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RetryNode::RetryNode(const std::string& name, int NTries)
2323
try_index_(0),
2424
read_parameter_from_ports_(false)
2525
{
26-
setRegistrationID("RetryUntilSuccesful");
26+
setRegistrationID("RetryUntilSuccessful");
2727
}
2828

2929
RetryNode::RetryNode(const std::string& name, const NodeConfiguration& config)

0 commit comments

Comments
 (0)