diff --git a/IPython/html/static/widgets/js/widget.js b/IPython/html/static/widgets/js/widget.js
index 6c39878d1..c5696baed 100644
--- a/IPython/html/static/widgets/js/widget.js
+++ b/IPython/html/static/widgets/js/widget.js
@@ -355,7 +355,7 @@ define(["widgets/js/manager",
this.pending_msgs++;
}
}
- // Since the comm is a one-way communication, assume the message
+ // Since the comm is a one-way communication, assume the message
// arrived. Don't call success since we don't have a model back from the server
// this means we miss out on the 'sync' event.
this._buffered_state_diff = {};
@@ -383,11 +383,13 @@ define(["widgets/js/manager",
for (var i=0; i