Description
Openzeppelin Ownable2Step changes transferOwnership() to a 2 step procedure, which means that to change an owner, first a pending owner is set and only then this account must accept ownership.
This means that it's impossible to set the wrong address as the owner by mistake.
Recommendation
Use Ownable2Step.
Status
Acknowledged.