Summary: I wouldn't even bother reporting this if github didn't make it so easy!
Test Plan: .
Reviewed By: soren@fb.com
FB internal diff:
D660136
namespace folly {
/**
- * ScopeGuard is a general implementation of the "Initilization is
+ * ScopeGuard is a general implementation of the "Initialization is
* Resource Acquisition" idiom. Basically, it guarantees that a function
* is executed upon leaving the currrent scope unless otherwise told.
*