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

Unified Diff: pkg/dev_compiler/tool/input_sdk/lib/io/file.dart

Issue 2688943002: Corrected spelling mistake from "happend" to "happen" throughout multiple files. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | pkg/dev_compiler/tool/input_sdk/lib/io/file_system_entity.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/tool/input_sdk/lib/io/file.dart
diff --git a/pkg/dev_compiler/tool/input_sdk/lib/io/file.dart b/pkg/dev_compiler/tool/input_sdk/lib/io/file.dart
index 4ac4486f6795ecda472864baa1e090da77d8b8da..de526ed2f2eee568e2e3f975cd39a28a46567bab 100644
--- a/pkg/dev_compiler/tool/input_sdk/lib/io/file.dart
+++ b/pkg/dev_compiler/tool/input_sdk/lib/io/file.dart
@@ -582,7 +582,7 @@ abstract class RandomAccessFile {
* bytes will be filled into [buffer] from at index [start], otherwise index
* 0. If [end] is present, the [end] - [start] bytes will be read into
* [buffer], otherwise up to [buffer.length]. If [end] == [start] nothing
- * happends.
+ * happens.
*
* Returns a [:Future<int>:] that completes with the number of bytes read.
*/
@@ -593,7 +593,7 @@ abstract class RandomAccessFile {
* present, the bytes will be filled into [buffer] from at index [start],
* otherwise index 0. If [end] is present, the [end] - [start] bytes will be
* read into [buffer], otherwise up to [buffer.length]. If [end] == [start]
- * nothing happends.
+ * nothing happens.
*
* Throws a [FileSystemException] if the operation fails.
*/
« no previous file with comments | « no previous file | pkg/dev_compiler/tool/input_sdk/lib/io/file_system_entity.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698