summaryrefslogtreecommitdiffstats
path: root/url
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-03 05:00:13 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-03 05:00:13 +0000
commit186e2802ef864bad2b97a5b5378f726e16cbfee3 (patch)
treea51341fab504283b5a89cdd58b77ac3e1cea660c /url
parent1833986f08fc7cf6da196797df12c7d17e62c58c (diff)
downloadchromium_src-186e2802ef864bad2b97a5b5378f726e16cbfee3.zip
chromium_src-186e2802ef864bad2b97a5b5378f726e16cbfee3.tar.gz
chromium_src-186e2802ef864bad2b97a5b5378f726e16cbfee3.tar.bz2
Make our codebase less entertaining.
No intended behavior change. BUG=none TBR=owners NOTRY=true Review URL: https://codereview.chromium.org/56043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'url')
-rw-r--r--url/url_canon_internal.cc2
-rw-r--r--url/url_canon_internal.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/url/url_canon_internal.cc b/url/url_canon_internal.cc
index 8592cea..15f93f7 100644
--- a/url/url_canon_internal.cc
+++ b/url/url_canon_internal.cc
@@ -74,7 +74,7 @@ void DoOverrideComponent(const char* override_source,
// not actually set the output character pointer.
//
// The input is converted to UTF-8 at the end of the given buffer as a temporary
-// holding place. The component indentifying the portion of the buffer used in
+// holding place. The component identifying the portion of the buffer used in
// the |utf8_buffer| will be specified in |*dest_component|.
//
// This will not actually set any |dest| pointer like DoOverrideComponent
diff --git a/url/url_canon_internal.h b/url/url_canon_internal.h
index 95fe2c0..b76f887 100644
--- a/url/url_canon_internal.h
+++ b/url/url_canon_internal.h
@@ -385,7 +385,7 @@ void SetupOverrideComponents(const char* base,
// |source| will point into this buffer, which could be invalidated if
// additional data is added and the CanonOutput resizes its buffer.
//
-// Returns true on success. Fales means that the input was not valid UTF-16,
+// Returns true on success. False means that the input was not valid UTF-16,
// although we will have still done the override with "invalid characters" in
// place of errors.
bool SetupUTF16OverrideComponents(const char* base,