Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: ppapi/cpp/ppp_entrypoints.cc

Issue 10105036: Fix typo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/ppp_entrypoints.cc
diff --git a/ppapi/cpp/ppp_entrypoints.cc b/ppapi/cpp/ppp_entrypoints.cc
index 19a2ac936ae9f67f4f593bfe088817f93c62cdd1..7d3aebe7d5f9ed697eb7013762c67aee94c5c447 100644
--- a/ppapi/cpp/ppp_entrypoints.cc
+++ b/ppapi/cpp/ppp_entrypoints.cc
@@ -23,7 +23,7 @@ pp::Module* Module::Get() {
return g_module_singleton;
}
-void SetBrokerGetIntefaceFunc(PP_GetInterface_Func broker_get_interface) {
+void SetBrokerGetInterfaceFunc(PP_GetInterface_Func broker_get_interface) {
g_broker_get_interface = broker_get_interface;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698