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

Unified Diff: sdk/lib/io/platform_impl.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/io/io_resource_info.dart ('k') | sdk/lib/io/stdio.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/platform_impl.dart
diff --git a/sdk/lib/io/platform_impl.dart b/sdk/lib/io/platform_impl.dart
index 8b83fc0d8f1d637c35f22b44769a1d42ac67821d..5743b9ef0684f6e9142b53246c587c76161b2888 100644
--- a/sdk/lib/io/platform_impl.dart
+++ b/sdk/lib/io/platform_impl.dart
@@ -22,7 +22,7 @@ class _Platform {
* a non-empty name and a value separated by a '=' character.
* The name does not contain a '=' character,
* so the name is everything up to the first '=' character.
- * Values are everything after the first '=' charcacter.
+ * Values are everything after the first '=' character.
* A value may contain further '=' characters, and it may be empty.
*
* Returns an [OSError] if retrieving the environment fails.
@@ -38,7 +38,7 @@ class _Platform {
static String packageRoot = _packageRoot();
static String packageConfig = _packageConfig();
- // Cache the OS environemnt. This can be an OSError instance if
+ // Cache the OS environment. This can be an OSError instance if
// retrieving the environment failed.
static var/*OSError|Map<String,String>*/ _environmentCache;
« no previous file with comments | « sdk/lib/io/io_resource_info.dart ('k') | sdk/lib/io/stdio.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698