Merge pull request #2770 from pylaligand/typos

Fixed some typos.
This commit is contained in:
P.Y. Laligand 2016-03-17 17:07:49 -07:00
commit fce6ecf699

View File

@ -48,7 +48,7 @@ class ChildViewConnection {
_connection = new ApplicationConnection(outgoingServices, incomingServices); _connection = new ApplicationConnection(outgoingServices, incomingServices);
} }
/// Wraps an already-established connection ot a child app. /// Wraps an already-established connection to a child app.
ChildViewConnection.fromViewOwner({ ChildViewConnection.fromViewOwner({
mojom.ViewOwnerProxy viewOwner, mojom.ViewOwnerProxy viewOwner,
ApplicationConnection connection ApplicationConnection connection
@ -118,7 +118,7 @@ class ChildViewConnection {
return new Future<mojom.ViewLayoutInfo>.value(null); return new Future<mojom.ViewLayoutInfo>.value(null);
int width = (size.width * scale).round(); int width = (size.width * scale).round();
int height = (size.height * scale).round(); int height = (size.height * scale).round();
// TODO(abarth): Ideally we would propagate our actually constraints to be // TODO(abarth): Ideally we would propagate our actual constraints to be
// able to support rich cross-app layout. For now, we give the child tight // able to support rich cross-app layout. For now, we give the child tight
// constraints for simplicity. // constraints for simplicity.
mojom.BoxConstraints childConstraints = new mojom.BoxConstraints() mojom.BoxConstraints childConstraints = new mojom.BoxConstraints()