trivial typo
authorJonathan Wakely <github@kayari.org>
Fri, 16 Nov 2012 12:47:30 +0000 (12:47 +0000)
committerJordan DeLong <jdelong@fb.com>
Sat, 19 Jan 2013 00:36:53 +0000 (16:36 -0800)
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

folly/ScopeGuard.h

index ae1bae672d22ee15603faee0aeeb43303034714d..5647675fd1b370e55776b2e163737067ce7eddb2 100644 (file)
@@ -27,7 +27,7 @@
 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.
  *