Fixed some typos.

This commit is contained in:
P.Y. Laligand 2016-03-17 09:39:16 -07:00
parent 2b825dc3c6
commit 6f8c103e27

View File

@ -48,7 +48,7 @@ class ChildViewConnection {
_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({
mojom.ViewOwnerProxy viewOwner,
ApplicationConnection connection
@ -118,7 +118,7 @@ class ChildViewConnection {
return new Future<mojom.ViewLayoutInfo>.value(null);
int width = (size.width * 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
// constraints for simplicity.
mojom.BoxConstraints childConstraints = new mojom.BoxConstraints()