summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/text/TextEncodingDetectorICU.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/text/TextEncodingDetectorICU.cpp')
-rw-r--r--WebCore/platform/text/TextEncodingDetectorICU.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/text/TextEncodingDetectorICU.cpp b/WebCore/platform/text/TextEncodingDetectorICU.cpp
index fcb2aa9..c0d11de 100644
--- a/WebCore/platform/text/TextEncodingDetectorICU.cpp
+++ b/WebCore/platform/text/TextEncodingDetectorICU.cpp
@@ -69,7 +69,7 @@ bool detectTextEncoding(const char* data, size_t len,
// "the context" (parent-encoding, referrer encoding, etc).
// 2. 'Emulate' Firefox/IE's non-Universal detectors (e.g.
// Chinese, Japanese, Russian, Korean and Hebrew) by picking the
- // encoding with a highest confidence among the detetctor-specific
+ // encoding with a highest confidence among the detector-specific
// limited set of candidate encodings.
// Below is a partial implementation of the first part of what's outlined
// above.