From 5741bad918220bd5c643a1d3d17c2640c378c8e6 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Mon, 20 Jan 2014 16:22:32 -0800 Subject: [PATCH] :lipstick: --- browser/auto_updater_mac.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/auto_updater_mac.mm b/browser/auto_updater_mac.mm index 2c622e8f26d7..afde309f8c73 100644 --- a/browser/auto_updater_mac.mm +++ b/browser/auto_updater_mac.mm @@ -26,7 +26,7 @@ struct NSInvocationDeleter { typedef scoped_ptr ScopedNSInvocation; // We are passing the NSInvocation as scoped_ptr, because we want to make sure -// whether or not the callback is called, the NSInvocation should alwasy be +// whether or not the callback is called, the NSInvocation should always be // released, the only way to ensure it is to use scoped_ptr. void CallNSInvocation(ScopedNSInvocation invocation) { [invocation.get() invoke];