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

Unified Diff: runtime/lib/convert_patch.dart

Issue 2833073002: Stoppp using trippple consonants (Closed)
Patch Set: More spolling Created 3 years, 8 months 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
« no previous file with comments | « runtime/bin/reference_counting.h ('k') | runtime/observatory/lib/src/elements/code_view.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/convert_patch.dart
diff --git a/runtime/lib/convert_patch.dart b/runtime/lib/convert_patch.dart
index 7d45097431feac546f7e0ae147f2bb3986792902..1b6af93ce89ba9a8655d561614bb3c2e6ab1c07a 100644
--- a/runtime/lib/convert_patch.dart
+++ b/runtime/lib/convert_patch.dart
@@ -1191,7 +1191,7 @@ abstract class _ChunkedJsonParser {
buffer.length = newCount;
}
- // Continues an already chunked number accross an entire chunk.
+ // Continues an already chunked number across an entire chunk.
int continueChunkNumber(int state, int start, _NumberBuffer buffer) {
int end = chunkEnd;
addNumberChunk(buffer, start, end, _NumberBuffer.kDefaultOverhead);
« no previous file with comments | « runtime/bin/reference_counting.h ('k') | runtime/observatory/lib/src/elements/code_view.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698