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

Unified Diff: ppapi/cpp/dev/url_util_dev.cc

Issue 6623043: Pepper: spelling correction: Resove -> Resolve (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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 | « ppapi/cpp/dev/url_util_dev.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/url_util_dev.cc
diff --git a/ppapi/cpp/dev/url_util_dev.cc b/ppapi/cpp/dev/url_util_dev.cc
index e7b396fb9ce09a4f1fb8ecba850e9e55ba7714b6..d61c5f2b1b75578052ebdbe2ec6ae46147e308a5 100644
--- a/ppapi/cpp/dev/url_util_dev.cc
+++ b/ppapi/cpp/dev/url_util_dev.cc
@@ -41,7 +41,7 @@ Var URLUtil_Dev::ResolveRelativeToURL(const Var& base_url,
components));
}
-Var URLUtil_Dev::ResoveRelativeToDocument(
+Var URLUtil_Dev::ResolveRelativeToDocument(
const Instance& instance,
const Var& relative_string,
PP_URLComponents_Dev* components) const {
« no previous file with comments | « ppapi/cpp/dev/url_util_dev.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698