Index: url_canon_pathurl.cc |
diff --git a/url_canon_pathurl.cc b/url_canon_pathurl.cc |
index 0d23ccb0e1155434745829eceb1b7c632119c780..494fbdafb1689d02dab45b45a5a33b73352bfd27 100644 |
--- a/url_canon_pathurl.cc |
+++ b/url_canon_pathurl.cc |
@@ -14,7 +14,7 @@ namespace url { |
namespace { |
// Canonicalize the given |component| from |source| into |output| and |
-// |new_component|. If |separator| is non-zero, it is pre-pended to |ouput| |
+// |new_component|. If |separator| is non-zero, it is pre-pended to |output| |
// prior to the canonicalized component; i.e. for the '?' or '#' characters. |
template<typename CHAR, typename UCHAR> |
bool DoCanonicalizePathComponent(const CHAR* source, |