From 8dd97c8c552242c5a69eeb6fd20c79ec1b748e88 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 16 Nov 2012 12:47:30 +0000 Subject: [PATCH] trivial typo 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/ScopeGuard.h b/folly/ScopeGuard.h index ae1bae67..5647675f 100644 --- a/folly/ScopeGuard.h +++ b/folly/ScopeGuard.h @@ -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. * -- 2.34.1