From cdfbefc86475efd8b9fcc6306ed075d8409ba32b Mon Sep 17 00:00:00 2001 From: Wu Zhong Date: Mon, 10 Jun 2019 00:06:43 +0800 Subject: [PATCH] Correct typo (flutter/engine#9244) --- .../darwin/ios/framework/Headers/FlutterViewController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h b/engine/src/flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h index a173853b952..de6fcc2aa62 100644 --- a/engine/src/flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h +++ b/engine/src/flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h @@ -18,7 +18,7 @@ @class FlutterEngine; /** - * The name used for semantic update nofications via `NSNotificationCenter`. + * The name used for semantic update notifications via `NSNotificationCenter`. * * The object passed as the sender is the `FlutterViewController` associated * with the update.