Skip to content

Commit b97fc2e

Browse files
devoncarewcommit-bot@chromium.org
authored andcommitted
[kernel] fix a typo
Change-Id: I60aaefd7c1166f862f0f207977ba10db6252d997 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/120924 Reviewed-by: Jens Johansen <[email protected]> Commit-Queue: Devon Carew <[email protected]>
1 parent 857f0e9 commit b97fc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kernel/test/class_hierarchy_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class H extends self::G implements self::C, self::A {}
293293

294294
Class addClass(Class c) {
295295
if (_hierarchy != null) {
296-
fail('The classs hierarchy has already been created.');
296+
fail('The class hierarchy has already been created.');
297297
}
298298
library.addClass(c);
299299
return c;

0 commit comments

Comments
 (0)