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

Unified Diff: pkg/analysis_server/lib/src/watch_manager.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: 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
Index: pkg/analysis_server/lib/src/watch_manager.dart
diff --git a/pkg/analysis_server/lib/src/watch_manager.dart b/pkg/analysis_server/lib/src/watch_manager.dart
index 270627b33b50b7b1543e3b5e567e083a98994d5d..b961dd392ce46a63f5685d84361454716f9411a6 100644
--- a/pkg/analysis_server/lib/src/watch_manager.dart
+++ b/pkg/analysis_server/lib/src/watch_manager.dart
@@ -22,7 +22,7 @@ typedef void HandleWatchEvent<T>(WatchEvent event, List<T> tokens);
* An object that manages a collections of folders that need to be watched in
* order to ensure that we are watching the minimum number of folders.
*
- * Each folder can be watched multiple times. In order to differenciate between
+ * Each folder can be watched multiple times. In order to differentiate between
* the watch requests, each watch request has a *token* associated with it. The
* tokens that are used must correctly implement both [==] and [hashCode].
*/

Powered by Google App Engine
This is Rietveld 408576698