Another spelling fix in a comment.
This commit is contained in:
parent
c6cc96f09e
commit
c7143a71ba
1 changed files with 1 additions and 1 deletions
|
@ -631,7 +631,7 @@ unit::~unit()
|
|||
*/
|
||||
unit& unit::operator=(const unit& u)
|
||||
{
|
||||
// Use copy constructor to make sure we are coherant
|
||||
// Use copy constructor to make sure we are coherent
|
||||
if (this != &u) {
|
||||
this->~unit();
|
||||
new (this) unit(u) ;
|
||||
|
|
Loading…
Add table
Reference in a new issue