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

Unified Diff: sdk/lib/html/html_common/conversions.dart

Issue 2655883002: fix spelling in core libraries (Closed)
Patch Set: while I’m at it… Created 3 years, 11 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 | « sdk/lib/core/uri.dart ('k') | sdk/lib/internal/sort.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/html_common/conversions.dart
diff --git a/sdk/lib/html/html_common/conversions.dart b/sdk/lib/html/html_common/conversions.dart
index 179b4e8e4769e06158c6103503dc1d68922798b1..d66d9a08d0b158810ecff1f32dba7d8b9b2a4094 100644
--- a/sdk/lib/html/html_common/conversions.dart
+++ b/sdk/lib/html/html_common/conversions.dart
@@ -223,7 +223,7 @@ abstract class _AcceptStructuredClone {
if (isJavaScriptSimpleObject(e)) {
// TODO(sra): If mustCopy is false, swizzle the prototype for one of a Map
- // implementation that uses the properies as storage.
+ // implementation that uses the properties as storage.
var slot = findSlot(e);
var copy = readSlot(slot);
if (copy != null) return copy;
« no previous file with comments | « sdk/lib/core/uri.dart ('k') | sdk/lib/internal/sort.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698