Fix spelling typo.

This commit is contained in:
jzmaddock
2016-08-20 09:49:36 +01:00
parent 339818c018
commit 95a414c089

View File

@@ -1392,7 +1392,7 @@ private:
}
}
//
// Exception guarentee: create the result in stack variable "result"
// Exception guarantee: create the result in stack variable "result"
// then do a swap at the end. In the event of a throw, *this will
// be left unchanged.
//