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

Unified Diff: third_party/WebKit/Source/wtf/dtoa.cpp

Issue 1444173002: third_party/WebKit: fix typos found in comments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
Index: third_party/WebKit/Source/wtf/dtoa.cpp
diff --git a/third_party/WebKit/Source/wtf/dtoa.cpp b/third_party/WebKit/Source/wtf/dtoa.cpp
index c831e2204fd7f0efc8bcf7566eab1e18da744344..9a7e29e7f885f4d2ae9328815ba9379bbc47e8fe 100644
--- a/third_party/WebKit/Source/wtf/dtoa.cpp
+++ b/third_party/WebKit/Source/wtf/dtoa.cpp
@@ -1247,7 +1247,7 @@ static inline const char* formatStringTruncatingTrailingZerosIfNeeded(NumberToSt
break;
}
- // No decimal seperator found, early exit.
+ // No decimal separator found, early exit.
if (decimalPointPosition == length)
return builder.Finalize();

Powered by Google App Engine
This is Rietveld 408576698