aboutsummaryrefslogtreecommitdiffstats
path: root/src/encodings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/encodings.cpp')
-rw-r--r--src/encodings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encodings.cpp b/src/encodings.cpp
index f56c0f10..3159eaf9 100644
--- a/src/encodings.cpp
+++ b/src/encodings.cpp
@@ -2031,7 +2031,7 @@ void encoding_sniffing_algorithm(estring& str)
if (str.encoding == encoding::null)
{
str.encoding = encoding::utf_8;
- str.confidence = confidence::tentative; // tentative means it will be overriden by <meta> encoding if present
+ str.confidence = confidence::tentative; // tentative means it will be overridden by <meta> encoding if present
}
// otherwise use str.encoding (tentative)
}