Typo
authorPaul Betts <paul@paulbetts.org>
Tue, 20 Oct 2015 00:36:21 +0000 (17:36 -0700)
committerPaul Betts <paul@paulbetts.org>
Tue, 20 Oct 2015 20:16:49 +0000 (13:16 -0700)
atom/browser/api/atom_api_app.cc

index 3c858c2..2b60d2d 100644 (file)
@@ -311,7 +311,7 @@ mate::ObjectTemplateBuilder App::GetObjectTemplateBuilder(
       .SetMethod("allowNTLMCredentialsForAllDomains",
                  &App::AllowNTLMCredentialsForAllDomains)
       .SetMethod("getLocale", &App::GetLocale)
-      .SetMethod("MakeSingleInstance", &App::MakeSingleInstance)
+      .SetMethod("makeSingleInstance", &App::MakeSingleInstance)
       .SetProperty("defaultSession", &App::DefaultSession);
 }